summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index e4c0df66..2b99a05f 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -6424,6 +6424,32 @@ a.thumbnail:focus,
a.thumbnail.active {
border-color: #282828;
}
+a.list-group-item.active,
+a.list-group-item.active:hover,
+a.list-group-item.active:focus {
+ border-color: #282828;
+}
+a.list-group-item-success.active {
+ background-color: #77b300;
+}
+a.list-group-item-success.active:hover,
+a.list-group-item-success.active:focus {
+ background-color: #669a00;
+}
+a.list-group-item-warning.active {
+ background-color: #ff8800;
+}
+a.list-group-item-warning.active:hover,
+a.list-group-item-warning.active:focus {
+ background-color: #e67a00;
+}
+a.list-group-item-danger.active {
+ background-color: #cc0000;
+}
+a.list-group-item-danger.active:hover,
+a.list-group-item-danger.active:focus {
+ background-color: #b30000;
+}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,