Browse Source

Highlight "clientOnly" appts in calendar

Vijayakrishnan 4 năm trước cách đây
mục cha
commit
85118ba85a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      public/css/style.css

+ 4 - 0
public/css/style.css

@@ -942,3 +942,7 @@ span.select2-container.select2-container--default.select2-container--open {
     box-shadow: 1px 1px 2px deeppink !important;
     opacity: 0.7;
 }
+.fc .client-only:hover {
+    box-shadow: 1px 1px 2px deeppink !important;
+    opacity: 1;
+}