Drop shadows under sticky notes. Cool!
authorArt Cancro <ajc@citadel.org>
Tue, 28 Sep 2010 21:43:40 +0000 (17:43 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 28 Sep 2010 21:43:40 +0000 (17:43 -0400)
webcit/static/styles/webcit.css

index db13afdb3f82f589b9da4335085d03aefb9aba15..f9fc4abd7d4a238b69d16ca0de2aa5e3d05d0b1e 100644 (file)
@@ -1034,6 +1034,10 @@ li.event_unread span, a.event_read_title { font-size: 100% }
        border: 1px solid #333;
        background-color: #ffff00;
        overflow: hidden;
+       -webkit-box-shadow: #666 0px 2px 3px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       box-shadow: #666 0px 2px 3px;
+       behavior: url(/static/styles/PIE.htc);
 }
 
 .stickynote_titlebar {