# HG changeset patch # User rougeronj # Date 1438790435 -7200 # Node ID fb433b63a22b70bb623214332a757b55dbfa8e71 # Parent 5944fe739301ed4558a4265d5451a9d7eb04c897 use outline instead of border to fix little bug of the lecture head diff -r 5944fe739301 -r fb433b63a22b 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 -------- */