summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less36
1 files changed, 36 insertions, 0 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index cbe52dc2..6c027d4e 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -190,6 +190,42 @@ table,
}
}
+a.list-group-item {
+
+ &-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%);
+ }
+ }
+}
+
.modal {
.close {
color: @text-color;