From e432b8fbe2a134e14b7e79960b17273c39795789 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 25 Jan 2017 12:17:41 +0300 Subject: implement cache-busting for default theme.css night theme: small fixes --- themes/default.php | 14 ++++++++++++++ themes/night.css | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 themes/default.php (limited to 'themes') diff --git a/themes/default.php b/themes/default.php new file mode 100644 index 000000000..db131e34c --- /dev/null +++ b/themes/default.php @@ -0,0 +1,14 @@ + + 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 { -- cgit v1.2.3