summaryrefslogtreecommitdiff
path: root/lumen/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'lumen/bootswatch.less')
-rw-r--r--lumen/bootswatch.less42
1 files changed, 42 insertions, 0 deletions
diff --git a/lumen/bootswatch.less b/lumen/bootswatch.less
index 71e4e393..071bebd6 100644
--- a/lumen/bootswatch.less
+++ b/lumen/bootswatch.less
@@ -412,6 +412,48 @@ label {
.box-shadow(inset 0 2px 0 rgba(0, 0, 0, 0.05));
}
+a.list-group-item {
+
+ &.active,
+ &.active:hover,
+ &.active:focus {
+ border-color: @list-group-border;
+ }
+
+ &-success {
+ &.active {
+ background-color: @state-success-bg;
+ }
+
+ &.active:hover,
+ &.active:focus {
+ background-color: darken(@state-success-bg, 5%);
+ }
+ }
+
+ &-warning {
+ &.active {
+ background-color: @state-warning-bg;
+ }
+
+ &.active:hover,
+ &.active:focus {
+ background-color: darken(@state-warning-bg, 5%);
+ }
+ }
+
+ &-danger {
+ &.active {
+ background-color: @state-danger-bg;
+ }
+
+ &.active:hover,
+ &.active:focus {
+ background-color: darken(@state-danger-bg, 5%);
+ }
+ }
+}
+
.jumbotron {
border: 1px solid @navbar-default-border;
.box-shadow(inset 0 2px 0 rgba(0, 0, 0, 0.05));