summaryrefslogtreecommitdiff
path: root/readable/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'readable/bootstrap.css')
-rw-r--r--readable/bootstrap.css27
1 files changed, 12 insertions, 15 deletions
diff --git a/readable/bootstrap.css b/readable/bootstrap.css
index c1289669..ef8ae174 100644
--- a/readable/bootstrap.css
+++ b/readable/bootstrap.css
@@ -5329,14 +5329,14 @@ a.list-group-item-danger.active:focus {
font-size: 24px;
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;
@@ -6233,17 +6233,10 @@ legend {
.pager .disabled a {
border-color: #dddddd;
}
-.alert a,
-.alert .alert-link {
- color: #ffffff;
- text-decoration: underline;
-}
-.alert .close {
- text-decoration: none;
-}
.close {
color: #fff;
text-decoration: none;
+ text-shadow: none;
opacity: 0.4;
}
.close:hover,
@@ -6251,6 +6244,10 @@ legend {
color: #fff;
opacity: 1;
}
+.alert .alert-link {
+ color: #ffffff;
+ text-decoration: underline;
+}
.label {
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
@@ -6269,11 +6266,8 @@ legend {
-webkit-box-shadow: none;
box-shadow: none;
}
-.panel-default .panel-heading,
-.panel-default .panel-footer {
- background-color: #fff;
- font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: bold;
+.panel-default .close {
+ color: #333333;
}
.panel-primary .panel-heading,
.panel-success .panel-heading,
@@ -6291,3 +6285,6 @@ legend {
border-top-width: 0;
border-radius: 0 0 4px 4px;
}
+.modal .close {
+ color: #333333;
+}