mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:05:56 +00:00
night.css: fix whitebox border
This commit is contained in:
@@ -1937,6 +1937,9 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
|
||||
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
|
||||
text-shadow: none;
|
||||
}
|
||||
body.flat.ttrss_main #headlines-frame .whiteBox {
|
||||
border-color: #222222;
|
||||
}
|
||||
body.flat.ttrss_main #headlines-frame .hl:not(.active):not(.Selected),
|
||||
body.flat.ttrss_main #headlines-frame .cdm:not(.Selected) {
|
||||
background: #333333;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -63,6 +63,10 @@ body.flat.ttrss_main {
|
||||
}
|
||||
|
||||
#headlines-frame {
|
||||
.whiteBox {
|
||||
border-color : @border-dark;
|
||||
}
|
||||
|
||||
.hl:not(.active):not(.Selected),
|
||||
.cdm:not(.Selected) {
|
||||
background: @bg-main;
|
||||
|
||||
Reference in New Issue
Block a user