summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-25 12:17:41 +0300
committerAndrew Dolgov <[email protected]>2017-01-25 12:17:41 +0300
commite432b8fbe2a134e14b7e79960b17273c39795789 (patch)
tree310673ebcae3b79613df3beffbbc4669327fa221 /themes/night.css
parent7c04f8afebd9eec1114773a06ebffd9a827a3d98 (diff)
implement cache-busting for default theme.css
night theme: small fixes
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/night.css b/themes/night.css
index 7f381b9c1..9d4cbb392 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -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 {