1
0
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:
Andrew Dolgov
2018-12-07 08:33:28 +03:00
parent 1e3a53c037
commit b786713560
10 changed files with 2339 additions and 598 deletions
+22
View File
@@ -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;
}
}
}