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/utility.less | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'css/utility.less') diff --git a/css/utility.less b/css/utility.less index 159f26744..325d29fcb 100644 --- a/css/utility.less +++ b/css/utility.less @@ -4,7 +4,7 @@ body.ttrss_utility.sanity_failed { body.ttrss_utility { background : @color-panel-bg; - color : black; + color : @default-fg; padding : 0px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; @@ -263,9 +263,9 @@ body.small_margins { } body#sharepopup { - background: white url("../images/toolbar.png") repeat-x bottom; + color : @default-fg; + background: @default-bg; margin : 10px; - padding : 0px; h1 { font-size : 14px; @@ -273,12 +273,6 @@ body#sharepopup { color : @color-accent; } - table { - background : white; - border : 1px solid @color-accent; - padding : 5px; - } - form { height : 100%; } -- cgit v1.2.3