summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'slate/bootswatch.less')
-rw-r--r--slate/bootswatch.less42
1 files changed, 42 insertions, 0 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less
index c650467d..0bcd6970 100644
--- a/slate/bootswatch.less
+++ b/slate/bootswatch.less
@@ -359,6 +359,48 @@ a.thumbnail.active {
border-color: @thumbnail-border;
}
+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 rgba(0, 0, 0, 0.6);
}