summaryrefslogtreecommitdiff
path: root/darkly/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'darkly/bootswatch.less')
-rw-r--r--darkly/bootswatch.less42
1 files changed, 42 insertions, 0 deletions
diff --git a/darkly/bootswatch.less b/darkly/bootswatch.less
index 84934930..7936c29a 100644
--- a/darkly/bootswatch.less
+++ b/darkly/bootswatch.less
@@ -277,6 +277,48 @@ textarea {
.box-shadow(none);
}
+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%);
+ }
+ }
+}
+
.popover {
color: @text-color;
}