summaryrefslogtreecommitdiff
path: root/flatly/bootswatch.less
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 /flatly/bootswatch.less
parent6921252055a1490921eac01caf583ba26b0e4b2e (diff)
fixes invisible close buttons, closes #272
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r--flatly/bootswatch.less43
1 files changed, 30 insertions, 13 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less
index de80bee2..738969b8 100644
--- a/flatly/bootswatch.less
+++ b/flatly/bootswatch.less
@@ -209,19 +209,6 @@ input, {
// Indicators =================================================================
-.alert {
-
- a,
- .alert-link {
- color: #fff;
- text-decoration: underline;
- }
-
- .close {
- text-decoration: none;
- }
-}
-
.close {
color: #fff;
text-decoration: none;
@@ -234,6 +221,14 @@ input, {
}
}
+.alert {
+
+ .alert-link {
+ color: #fff;
+ text-decoration: underline;
+ }
+}
+
// Progress bars ==============================================================
.progress {
@@ -250,3 +245,25 @@ input, {
.well {
.box-shadow(none);
}
+
+.panel {
+ &-default {
+ .close {
+ color: @text-color;
+ }
+ }
+}
+
+.modal {
+ &-header {
+ background-color: @navbar-default-bg;
+ color: #fff;
+ }
+
+ &-body,
+ &-footer {
+ .close {
+ color: @text-color;
+ }
+ }
+}