summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index 754e7edc..0ae3a1ff 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -5059,14 +5059,14 @@ a.list-group-item-danger.active:focus {
font-size: 21px;
font-weight: bold;
line-height: 1;
- color: #000000;
+ color: #ffffff;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
- color: #000000;
+ color: #ffffff;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
@@ -5776,6 +5776,13 @@ legend {
.pager a:hover {
color: #fff;
}
+.close {
+ opacity: 0.4;
+}
+.close:hover,
+.close:focus {
+ opacity: 1;
+}
.popover {
color: #444444;
}