mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Remove drop shadow of calendar header in mobile view
This commit is contained in:
parent
6e2b956850
commit
4fa93bf625
@ -2774,7 +2774,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
@media all {
|
@media all {
|
||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
height: 70px;
|
height: 70px;
|
||||||
box-shadow: 0px 4px 5px 2px silver;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
@media all {
|
@media all {
|
||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
height: 70px;
|
height: 70px;
|
||||||
box-shadow: 0px 4px 5px 2px silver;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user