Selaa lähdekoodia

Main dashboard > appts > highlight today (when hasEvents == true)

Vijayakrishnan 4 vuotta sitten
vanhempi
commit
3413b0cf83
1 muutettua tiedostoa jossa 13 lisäystä ja 1 poistoa
  1. 13 1
      public/css/style.css

+ 13 - 1
public/css/style.css

@@ -563,11 +563,23 @@ input.search_field, textarea.search_field {
     border-radius: 0;
 }
 .pro-dashboard-inline-calendar table.table-condensed td[has-events],
-.pro-dashboard-inline-calendar td.has-events a {
+.pro-dashboard-inline-calendar td.has-events:not(.ui-datepicker-today) a {
     background: #c5e4ff !important;
     font-weight: bold !important;
     color: #000 !important;
 }
+.ui-state-active,
+.ui-widget-content .ui-state-active,
+.ui-widget-header .ui-state-active,
+a.ui-button:active,
+.ui-button:active,
+.ui-button.ui-state-active:hover {
+    border: 1px solid #4396da !important;
+}
+.pro-dashboard-inline-calendar td.has-events.ui-datepicker-today a {
+    font-weight: bold !important;
+    color: #0d59af !important;
+}
 .pro-dashboard-inline-calendar td a {
     text-align: center !important;
 }