summaryrefslogtreecommitdiff
path: root/css/utility.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/utility.less')
-rw-r--r--css/utility.less14
1 files changed, 4 insertions, 10 deletions
diff --git a/css/utility.less b/css/utility.less
index c74c1be9e..325d29fcb 100644
--- a/css/utility.less
+++ b/css/utility.less
@@ -3,8 +3,8 @@ body.ttrss_utility.sanity_failed {
}
body.ttrss_utility {
- background : #f5f5f5;
- color : black;
+ background : @color-panel-bg;
+ 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%;
}