use outline instead of border to fix little bug of the lecture head
authorrougeronj
Wed, 05 Aug 2015 18:00:35 +0200
changeset 73 fb433b63a22b
parent 72 5944fe739301
child 74 daa7aa274e3f
use outline instead of border to fix little bug of the lecture head
server/src/remie/static/remie/css/style.css
--- a/server/src/remie/static/remie/css/style.css	Wed Aug 05 17:21:41 2015 +0200
+++ b/server/src/remie/static/remie/css/style.css	Wed Aug 05 18:00:35 2015 +0200
@@ -290,8 +290,10 @@
 
 .Ldt-Segments-List .Ldt-Segments-Segment{
     background-color: #848484 !important;
-    border-width: 0 5px !important;
+    border: none;
     height: 50px !important;
+    outline: 5px solid #ffffff;
+    cursor: pointer;
 }
 
 .Ldt-Segments-List .Ldt-Segments-Segment:hover{
@@ -299,11 +301,11 @@
 }
 
 .Ldt-Segments-Segment.selected:hover{
-    background-color: #74d600 !important;
+    background-color: #a2cf18 !important;
 }
 
 .Ldt-Segments-Segment.selected{
-    background-color: #baf9b5 !important;
+    background-color: #a2cf18 !important;
 }
 
 /* -------- Override video player style -------- */