|
@@ -563,11 +563,23 @@ input.search_field, textarea.search_field {
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.pro-dashboard-inline-calendar table.table-condensed td[has-events],
|
|
.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;
|
|
background: #c5e4ff !important;
|
|
font-weight: bold !important;
|
|
font-weight: bold !important;
|
|
color: #000 !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 {
|
|
.pro-dashboard-inline-calendar td a {
|
|
text-align: center !important;
|
|
text-align: center !important;
|
|
}
|
|
}
|