summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index 50854335..4dc931fd 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -6518,6 +6518,32 @@ input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
+a.list-group-item.active,
+a.list-group-item.active:hover,
+a.list-group-item.active:focus {
+ border-color: #ecf0f1;
+}
+a.list-group-item-success.active {
+ background-color: #18bc9c;
+}
+a.list-group-item-success.active:hover,
+a.list-group-item-success.active:focus {
+ background-color: #15a589;
+}
+a.list-group-item-warning.active {
+ background-color: #f39c12;
+}
+a.list-group-item-warning.active:hover,
+a.list-group-item-warning.active:focus {
+ background-color: #e08e0b;
+}
+a.list-group-item-danger.active {
+ background-color: #e74c3c;
+}
+a.list-group-item-danger.active:hover,
+a.list-group-item-danger.active:focus {
+ background-color: #e43725;
+}
.panel-default .close {
color: #2c3e50;
}