From 966fe6d612df57e891670ca0efc26432c4659133 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 10:56:39 +0300 Subject: #sharepopup: update css --- css/default.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'css/default.css') 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%; } -- cgit v1.2.3-54-g00ecf