Browse Source

calendar header fix

pull/11/head
gilbN 6 years ago
parent
commit
569ae6d5e5
  1. 2
      CSS/themes/organizr-hotline.css
  2. 2
      CSS/themes/organizr-marine.css

2
CSS/themes/organizr-hotline.css

@ -304,7 +304,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
background-color: rgba(0, 0, 0, 0.25) !important;
}
th.fc-day-header.fc-widget-header.fc-today {
background-color:rgba(255, 255, 255, 0.25) !important;
background-color:rgba(0, 0, 0, 0.25) !important;
}
.fc-widget-content.fc-today {
background-color: rgba(255, 255, 255, 0.25) !important;

2
CSS/themes/organizr-marine.css

@ -304,7 +304,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
background-color: rgba(0, 0, 0, 0.25) !important;
}
th.fc-day-header.fc-widget-header.fc-today {
background-color:rgba(255, 255, 255, 0.25) !important;
background-color:rgba(0, 0, 0, 0.25) !important;
}
.fc-widget-content.fc-today {
background-color: rgba(255, 255, 255, 0.25) !important;

Loading…
Cancel
Save