summaryrefslogtreecommitdiff
path: root/css/utility.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 10:56:39 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 10:56:39 +0300
commit966fe6d612df57e891670ca0efc26432c4659133 (patch)
tree736ec54dc8885180d42a9f7bddbb7e29b8d5f324 /css/utility.less
parente28a9939557e3dedde344a393737831e1abbd006 (diff)
#sharepopup: update css
Diffstat (limited to 'css/utility.less')
-rw-r--r--css/utility.less12
1 files changed, 3 insertions, 9 deletions
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%;
}