summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 10:56:39 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 10:56:39 +0300
commit966fe6d612df57e891670ca0efc26432c4659133 (patch)
tree736ec54dc8885180d42a9f7bddbb7e29b8d5f324 /css/default.css
parente28a9939557e3dedde344a393737831e1abbd006 (diff)
#sharepopup: update css
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%;
}