mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 10:21:22 +00:00
Possible new way of highlight currently selected event
Monotone-Parent: 7be89eb338128de0cf7f68aeb1ed4852cf15bc96 Monotone-Revision: 1f66f69ac041c4c07572f485c685adf50bf6866c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-05T20:55:11
This commit is contained in:
@@ -1297,10 +1297,6 @@ DIV.event > DIV.eventInside
|
||||
left: 0px;
|
||||
right: 0px; }
|
||||
|
||||
DIV.event._selected > DIV.eventInside
|
||||
{ -moz-opacity: 0.7;
|
||||
opacity: 0.7; }
|
||||
|
||||
DIV.eventInside SPAN.location
|
||||
{ font-size: smaller; }
|
||||
|
||||
@@ -1322,6 +1318,9 @@ DIV.gradient > IMG
|
||||
min-height: 15px; /* for 15-minute events */
|
||||
width: 100%; }
|
||||
|
||||
DIV.event._selected > DIV.eventInside > DIV.gradient
|
||||
{ display: none; }
|
||||
|
||||
DIV.text SPAN.icons
|
||||
{ float: right; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user