mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 21:41:29 +00:00
remove separate classes for various panels, unify under .panel
remove a few other unnecessary css classes/ids
This commit is contained in:
@@ -185,6 +185,15 @@ body.flat.ttrss_main {
|
||||
color : #c90 ! important;
|
||||
}
|
||||
|
||||
.panel {
|
||||
background-color : @bg-panel;
|
||||
border-color : @border-main;
|
||||
}
|
||||
|
||||
.dijitDialog .panel {
|
||||
background-color : @bg-main;
|
||||
}
|
||||
|
||||
#headlines-frame blockquote,
|
||||
#content-insert blockquote {
|
||||
color : @fg-main;
|
||||
|
||||
Reference in New Issue
Block a user