summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-01-17 00:08:06 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2015-01-17 00:08:31 -0500
commit6b560c61330b254e794057ef36515e4c751114f4 (patch)
treeea2404aa00fa81974ed391d9289441a6b21b360a
parent880644a2892869238500fb67957d4bbca27a622e (diff)
Fix slider css rule (see issue #750)
-rw-r--r--p/themes/Dark/dark.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index dd7502f25..d461040d8 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -955,6 +955,9 @@ a.btn {
background: #111;
color: #eee;
}
+#slider.active {
+ background-color: #1c1c1c;
+}
/*=== MOBILE */
/*===========*/