summaryrefslogtreecommitdiff
path: root/css/utility.less
diff options
context:
space:
mode:
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;
}
-
}