mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
rebuild flat theme with dark base color and rebase night.css on it
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.flat {
|
||||
|
||||
.dijitDialog .dijitDialogPaneContent {
|
||||
background : @color-panel-bg;
|
||||
}
|
||||
|
||||
.dijitTab:not(.dijitTabChecked) {
|
||||
background : @color-panel-bg;
|
||||
}
|
||||
|
||||
.dijitCheckBox {
|
||||
background : #ccc;
|
||||
}
|
||||
|
||||
.dijitTree {
|
||||
.dijitTreeNode .dijitTreeRow {
|
||||
padding : 4px 0px 4px;
|
||||
border-width : 1px;
|
||||
color : #333;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user