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:
Wolfgang Sourdeau
2011-12-05 20:55:11 +00:00
parent 8c983152ee
commit 07e484e5ae

View File

@@ -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; }