summaryrefslogtreecommitdiff
path: root/readable/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'readable/bootstrap.css')
-rw-r--r--readable/bootstrap.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/readable/bootstrap.css b/readable/bootstrap.css
index 8db39bc1..377be348 100644
--- a/readable/bootstrap.css
+++ b/readable/bootstrap.css
@@ -4318,6 +4318,30 @@ input[type="file"] {
-moz-border-radius: 0;
border-radius: 0;
}
+.table-bordered thead:first-child tr:first-child th:first-child,
+.table-bordered tbody:first-child tr:first-child td:first-child {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+}
+.table-bordered thead:last-child tr:last-child th:first-child,
+.table-bordered tbody:last-child tr:last-child td:first-child {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+}
+.modal {
+ background-color: #ffffff;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+}
+.modal-header {
+ border-bottom: none;
+}
+.modal-footer {
+ background-color: #fdfdfa;
+}
.alert,
.label,
.label:hover {