summaryrefslogtreecommitdiff
path: root/yeti/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-07-02 01:50:53 -0400
committerThomas Park <thomas@thomaspark.me>2014-07-02 01:50:53 -0400
commit655f3e5ef192bd40e08b481807a974d53dee30a3 (patch)
tree0767fedaaea0bf038447c0fe7901eb0a72292def /yeti/bootstrap.css
parent6921252055a1490921eac01caf583ba26b0e4b2e (diff)
fixes invisible close buttons, closes #272
Diffstat (limited to 'yeti/bootstrap.css')
-rw-r--r--yeti/bootstrap.css25
1 files changed, 16 insertions, 9 deletions
diff --git a/yeti/bootstrap.css b/yeti/bootstrap.css
index 5d584c82..028749ed 100644
--- a/yeti/bootstrap.css
+++ b/yeti/bootstrap.css
@@ -6408,6 +6408,8 @@ label,
}
.close {
opacity: 0.4;
+ text-decoration: none;
+ text-shadow: none;
}
.close:hover,
.close:focus {
@@ -6417,20 +6419,11 @@ label,
font-size: 12px;
font-weight: 300;
}
-.alert a,
.alert .alert-link {
font-weight: normal;
color: #fff;
text-decoration: underline;
}
-.alert .close {
- color: #fff;
- text-decoration: none;
-}
-.alert .close:hover,
-.alert .close:focus {
- color: #fff;
-}
.label {
padding-left: 1em;
padding-right: 1em;
@@ -6476,3 +6469,17 @@ label,
border-top-right-radius: 0;
border-top-left-radius: 0;
}
+.panel-default .close {
+ color: #222222;
+}
+.modal-content {
+ border: none;
+}
+.modal-header {
+ background-color: #333333;
+ color: #fff;
+}
+.modal-body .close,
+.modal-footer .close {
+ color: #222222;
+}