--- 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 -------- */