src/css/LdtPlayer.css
branchpopcorn-port
changeset 842 4ae2247a59f4
parent 840 ac66e2240e1e
child 861 05f75ca6b5de
child 868 a525cc2214e7
equal deleted inserted replaced
841:8da49ff273e0 842:4ae2247a59f4
   327 .Ldt-Ctrl-Volume-Cursor {
   327 .Ldt-Ctrl-Volume-Cursor {
   328     position: absolute; top: 2px; width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px;
   328     position: absolute; top: 2px; width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px;
   329     cursor: pointer;
   329     cursor: pointer;
   330 }
   330 }
   331 
   331 
   332 .Ldt-Ctrl-Volume-Cursor:hover {
   332 .Ldt-Ctrl-Volume-Control:hover .Ldt-Ctrl-Volume-Cursor {
   333      background: #cccccc;
   333      background: #F7268E;
   334 }
       
   335 
       
   336 .Ldt-Ctrl-Volume-Cursor.ui-draggable-dragging {
       
   337     background: #999999;
       
   338 }
   334 }
   339 
   335 
   340 .Ldt-cleaner {
   336 .Ldt-cleaner {
   341   clear:both;
   337   clear:both;
   342 }
   338 }
   898 .Ldt-AnnotationsList-li:hover {
   894 .Ldt-AnnotationsList-li:hover {
   899   background-color: #e9e9e9;
   895   background-color: #e9e9e9;
   900 }
   896 }
   901 
   897 
   902 .Ldt-AnnotationsList-highlight {
   898 .Ldt-AnnotationsList-highlight {
   903     background: #cc80ff;
   899     background: #F7268E; color: #ffffff;
   904 }
   900 }
   905 
   901 
   906 .Ldt-AnnotationsListWidget a {
   902 .Ldt-AnnotationsListWidget a {
   907   text-decoration: none;
   903   text-decoration: none;
   908 }
   904 }
   940 ul.Ldt-AnnotationsList-Tags {
   936 ul.Ldt-AnnotationsList-Tags {
   941     width: 100%; list-style: none; clear: both; padding: 0; margin: 2px 0;
   937     width: 100%; list-style: none; clear: both; padding: 0; margin: 2px 0;
   942 }
   938 }
   943 
   939 
   944 li.Ldt-AnnotationsList-Tag-Li {
   940 li.Ldt-AnnotationsList-Tag-Li {
   945     float: left; margin: 2px; background: #cc0066; color: #fff; padding: 4px;
   941     float: left; margin: 2px; background: #0068c4; color: #fff; padding: 4px;
       
   942 }
       
   943 
       
   944 li.Ldt-AnnotationsList-Tag-Li:hover {
       
   945     background: #F7268E;
   946 }
   946 }
   947 
   947 
   948 /* Tagcloud */
   948 /* Tagcloud */
   949 
   949 
   950 .Ldt-TagCloud {
   950 .Ldt-TagCloud {