From be322d6fc879c0142f1047e99cc2971d817b47c5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Feb 2019 13:05:12 +0300 Subject: cleanup sharepopup dialog --- css/utility.less | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'css/utility.less') diff --git a/css/utility.less b/css/utility.less index 14a8b9ead..840e8d832 100644 --- a/css/utility.less +++ b/css/utility.less @@ -131,23 +131,14 @@ body.ttrss_utility.ttrss_zoom { margin : 2em; } -body#sharepopup { - color : @default-fg; - background: @default-bg; - margin : 10px; - - h1 { - font-size : 14px; - margin : 0px; - color : @color-accent; - } - - form { - height : 100%; - } +body.ttrss_utility.share_popup { + margin : 0; + padding : 0; + background : white; - input { - width : 100%; + .content { + padding : 15px; + border-width : 0; + box-shadow : none; } - } -- cgit v1.2.3