diff options
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r-- | cyborg/bootswatch.less | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index a5577193..8fadb649 100644 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -160,6 +160,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 { h1, h2, h3, h4, h5, h6 { |