summaryrefslogtreecommitdiff
path: root/cyborg/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-11-03 20:57:30 -0500
committerThomas Park <thomas@thomaspark.me>2014-11-03 20:57:30 -0500
commit8f56e18736ff91e446703564069685142086353e (patch)
tree273eedb61daa69c0368a1fc1f03fdae30cfe42e7 /cyborg/bootswatch.less
parenta05eb92b95b2db2671dc4ff666d2b65a904cb0ab (diff)
fix white on white with active list-group-items, closes #337
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r--cyborg/bootswatch.less42
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 {