summaryrefslogtreecommitdiff
path: root/readable/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'readable/bootswatch.less')
-rw-r--r--readable/bootswatch.less37
1 files changed, 18 insertions, 19 deletions
diff --git a/readable/bootswatch.less b/readable/bootswatch.less
index f17b6c46..cac96cee 100644
--- a/readable/bootswatch.less
+++ b/readable/bootswatch.less
@@ -102,22 +102,10 @@ legend {
// Indicators =================================================================
-.alert {
- a,
- .alert-link {
- color: @alert-success-text;
- text-decoration: underline;
- }
-
- .close {
- text-decoration: none;
- }
-}
-
-
.close {
color: #fff;
text-decoration: none;
+ text-shadow: none;
opacity: 0.4;
&:hover,
@@ -127,6 +115,13 @@ legend {
}
}
+.alert {
+ .alert-link {
+ color: @alert-success-text;
+ text-decoration: underline;
+ }
+}
+
.label {
font-family: @headings-font-family;
font-weight: normal;
@@ -150,14 +145,12 @@ legend {
// Containers =================================================================
.panel {
-
.box-shadow(none);
- &-default .panel-heading,
- &-default .panel-footer {
- background-color: #fff;
- font-family: @headings-font-family;
- font-weight: bold;
+ &-default {
+ .close {
+ color: @text-color;
+ }
}
&-primary,
@@ -176,3 +169,9 @@ legend {
}
}
}
+
+.modal {
+ .close {
+ color: @text-color;
+ }
+}