summaryrefslogtreecommitdiff
path: root/flatly/bootswatch.less
diff options
context:
space:
mode:
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;
+ }
+ }
+}