Remove drop shadow of calendar header in mobile view

This commit is contained in:
Hadi Nategh 2021-02-22 16:26:00 +01:00
parent 6e2b956850
commit 4fa93bf625
2 changed files with 0 additions and 2 deletions

View File

@ -2774,7 +2774,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
@media all {
#calendar-toolbar {
height: 70px;
box-shadow: 0px 4px 5px 2px silver;
width: 100%;
background: #0c5da5;
z-index: 1;

View File

@ -17,7 +17,6 @@
@media all {
#calendar-toolbar {
height: 70px;
box-shadow: 0px 4px 5px 2px silver;
width: 100%;
background: #0c5da5;
z-index: 1;