diff options
| author | 2015-01-17 11:38:27 +0100 | |
|---|---|---|
| committer | 2015-01-17 11:38:27 +0100 | |
| commit | 53cdfc660fb7e7067bd73eb78e2721b97cde2740 (patch) | |
| tree | f45fff4c5e3075079fd974b08b25fe3a487d76d4 | |
| parent | 6b560c61330b254e794057ef36515e4c751114f4 (diff) | |
Fix #slider in Dark theme
See https://github.com/FreshRSS/FreshRSS/commit/6b560c61330b254e794057ef36515e4c751114f4
Fix https://github.com/FreshRSS/FreshRSS/issues/750
| -rw-r--r-- | p/themes/Dark/dark.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index d461040d8..cd2f85ebf 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -879,6 +879,12 @@ a.btn { border-radius: 3px; } +/*=== Slider */ +#slider { + background-color: #1c1c1c; + border-left: 1px solid #666; +} + /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, @@ -955,9 +961,6 @@ a.btn { background: #111; color: #eee; } -#slider.active { - background-color: #1c1c1c; -} /*=== MOBILE */ /*===========*/ |
