summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css11
1 files changed, 3 insertions, 8 deletions
diff --git a/css/default.css b/css/default.css
index d32614c97..7777d1df1 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1487,7 +1487,7 @@ body.ttrss_utility.sanity_failed {
}
body.ttrss_utility {
background: #f5f5f5;
- color: black;
+ color: #000000;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
@@ -1703,20 +1703,15 @@ body.small_margins {
max-width: none;
}
body#sharepopup {
- background: #ffffff url("../images/toolbar.png") repeat-x bottom;
+ color: #000000;
+ background: #ffffff;
margin: 10px;
- padding: 0px;
}
body#sharepopup h1 {
font-size: 14px;
margin: 0px;
color: #257aa7;
}
-body#sharepopup table {
- background: white;
- border: 1px solid #257aa7;
- padding: 5px;
-}
body#sharepopup form {
height: 100%;
}