minor style change to be able to customize selected segment color for remie
authordurandn
Mon, 03 Aug 2015 14:17:30 +0200
changeset 70 7b65807314f5
parent 69 be6fde8f0ef9
child 71 9abfe4f7a03f
minor style change to be able to customize selected segment color for remie
server/src/remie/static/remie/css/style.css
--- a/server/src/remie/static/remie/css/style.css	Mon Aug 03 14:17:03 2015 +0200
+++ b/server/src/remie/static/remie/css/style.css	Mon Aug 03 14:17:30 2015 +0200
@@ -293,10 +293,19 @@
     border-width: 0 5px !important;
     height: 50px !important;
 }
+
 .Ldt-Segments-List .Ldt-Segments-Segment:hover{
     background-color: #a2a2a2 !important;
 }
 
+.Ldt-Segments-Segment.selected:hover{
+    background-color: #74d600 !important;
+}
+
+.Ldt-Segments-Segment.selected{
+    background-color: #baf9b5 !important;
+}
+
 /* -------- Override video player style -------- */
 
 #player_container_widget_Slider_3{