implement cache-busting for default theme.css

night theme: small fixes
This commit is contained in:
Andrew Dolgov
2017-01-25 12:17:41 +03:00
parent 7c04f8afeb
commit e432b8fbe2
6 changed files with 21 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
@import "default.css";
@import "default.php";
body#ttrssMain #feeds-holder {
background : #222;
@@ -19,7 +19,7 @@ body#ttrssMain #content-insert {
}
body#ttrssMain #feedTree .dijitTreeRow {
color : #ccc;
color : #ccc ! important;
}
body#ttrssMain.claro .dijitTree .dijitTreeRowHover {
@@ -29,7 +29,7 @@ body#ttrssMain.claro .dijitTree .dijitTreeRowHover {
body#ttrssMain.claro .dijitTree .dijitTreeRowSelected {
background : #555;
border-color : #666;
border-color : #666 ! important;
}
body#ttrssMain.claro .dijitTreeRowSelected .dijitTreeLabel {