Color selector for sticky notes is now opaque instead
[citadel.git] / webcit / static / webcit.css
index 7a7bc5b51e79e226e4bf208864e84e3b1390d922..b06fb006dd7bee75187ec56cd55e20f46aa826e3 100644 (file)
@@ -1343,9 +1343,10 @@ li.event_unread span, a.event_read_title {
        position: absolute;
        width: 200px;
        height: 200px;
-       border: 1px solid black;
+       border: 1px solid #333;
        background-color: #ffff00;
        overflow: hidden;
+       z-index: 10;
 }
 
 .stickynote_titlebar {
@@ -1378,6 +1379,9 @@ li.event_unread span, a.event_read_title {
        width: 48px;
        height: 48px;
        background-color: #ffffff;
+       border: 1px solid #333;
+       z-index: 15;
+       display: none;
 }
 
 .stickynote_palette table {
@@ -1388,7 +1392,4 @@ li.event_unread span, a.event_read_title {
 .stickynote_palette td {
        width: 16px;
        height: 16px;
-       filter:alpha(opacity=100); 
-       -moz-opacity:1.0;         
-       opacity: 1.0;
 }