summaryrefslogtreecommitdiff
path: root/css/utility.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 13:05:12 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 13:05:12 +0300
commitbe322d6fc879c0142f1047e99cc2971d817b47c5 (patch)
treecc254c98f68ceda41a95272fba4351f834959fb0 /css/utility.less
parentd9e20f8b1683549b7f04116753c60d95c765aaa6 (diff)
cleanup sharepopup dialog
Diffstat (limited to 'css/utility.less')
-rw-r--r--css/utility.less25
1 files changed, 8 insertions, 17 deletions
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;
}
-
}