calendar.css: shadow on selected event

This commit is contained in:
Milan
2020-11-15 20:29:17 +01:00
parent 000b6ace49
commit 9b8095b1a4
+2
View File
@@ -464,6 +464,8 @@ div#toolbar input.search {
#calendar div.event:hover {
min-height: 4rem !important;
z-index: 99;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
transition: all 0.3s;
}
#calendar div.ui-draggable-dragging {