replace a few more hardcoded colors with less variables
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
@default-text: #ccc;
|
||||
@default-fg: @default-text;
|
||||
@border-default: #222;
|
||||
|
||||
@bg-main : #333;
|
||||
@default-bg : #333;
|
||||
|
||||
@border-light : #666;
|
||||
|
||||
@@ -42,7 +41,7 @@ body.flat.ttrss_main {
|
||||
|
||||
#main, #overlay {
|
||||
color : @default-text;
|
||||
background: @bg-main;
|
||||
background: @default-bg;
|
||||
}
|
||||
|
||||
#toolbar-frame #toolbar {
|
||||
@@ -58,12 +57,12 @@ body.flat.ttrss_main {
|
||||
.counterNode.aux {
|
||||
background: @color-panel-bg;
|
||||
color: @default-text;
|
||||
border-color: @bg-main;
|
||||
border-color: @default-bg;
|
||||
}
|
||||
|
||||
.dijitTreeRowSelected {
|
||||
background : @bg-main;
|
||||
border-color : @bg-main transparent;
|
||||
background : @default-bg;
|
||||
border-color : @default-bg transparent;
|
||||
color : @fg-light;
|
||||
}
|
||||
|
||||
@@ -74,7 +73,7 @@ body.flat.ttrss_main {
|
||||
}
|
||||
|
||||
#floatingTitle {
|
||||
background-color : @bg-main;
|
||||
background-color : @default-bg;
|
||||
|
||||
.feed a {
|
||||
color : @fg-light;
|
||||
@@ -92,7 +91,7 @@ body.flat.ttrss_main {
|
||||
#headlines-frame {
|
||||
.hl:not(.active):not(.Selected):not(.Unread),
|
||||
.cdm.expandable:not(.active):not(.Selected):not(.Unread) {
|
||||
background : @bg-main;
|
||||
background : @default-bg;
|
||||
}
|
||||
|
||||
.hl.Unread:not(.active):not(.Selected),
|
||||
@@ -101,7 +100,7 @@ body.flat.ttrss_main {
|
||||
}
|
||||
|
||||
.cdm.expanded {
|
||||
background: @bg-main;
|
||||
background: @default-bg;
|
||||
}
|
||||
|
||||
.hl.Unread .title,
|
||||
@@ -184,14 +183,6 @@ body.flat.ttrss_main {
|
||||
|
||||
}
|
||||
|
||||
#content-insert {
|
||||
.post {
|
||||
.header {
|
||||
background : @color-panel-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dijitToolbar {
|
||||
.dijitSelect {
|
||||
.dijitButtonContents, .dijitButtonNode {
|
||||
@@ -237,7 +228,7 @@ body.flat.ttrss_main {
|
||||
|
||||
label.dijitButton:hover {
|
||||
border-color : lighten(@border-default, 5%);
|
||||
background-color: @bg-main;
|
||||
background-color: @default-bg;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@@ -254,7 +245,7 @@ body.flat.ttrss_main {
|
||||
}
|
||||
|
||||
.dijitDialog .panel {
|
||||
background-color : @bg-main;
|
||||
background-color : @default-bg;
|
||||
}
|
||||
|
||||
#headlines-frame blockquote,
|
||||
@@ -290,8 +281,13 @@ body.flat.ttrss_main {
|
||||
} */
|
||||
|
||||
.article-note {
|
||||
background : @color-panel-bg;
|
||||
border-color : #9a8c59;
|
||||
background : @color-accent;
|
||||
border-color : @color-accent;
|
||||
color : @default-bg;
|
||||
|
||||
i.material-icons {
|
||||
color : @default-bg;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user