mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Mobile theme W.I.P.:
- Do not apply box-shadow on hover
This commit is contained in:
parent
4243e02f1a
commit
a11aff6be2
@ -7173,6 +7173,14 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
/*************** SLIDESWITCH **********/
|
||||
/***************************************/
|
||||
}
|
||||
body button[id*="save"]:hover,
|
||||
body button[id*="apply"]:hover,
|
||||
body button[id*="copy"]:hover,
|
||||
body button[id*="edit_button[edit]"]:hover,
|
||||
body button.et2_button:hover {
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
body span.egw_fw_mobile_popup_close.loaded {
|
||||
background-image: url(../images/topmenu_items/mobile/back.svg);
|
||||
-webkit-filter: brightness(0) invert(1) !important;
|
||||
|
@ -229,6 +229,12 @@
|
||||
html *{touch-action:auto;-webkit-overflow-scrolling: touch;}
|
||||
body
|
||||
{
|
||||
button[id*="save"]:hover,
|
||||
button[id*="apply"]:hover,
|
||||
button[id*="copy"]:hover,
|
||||
button[id*="edit_button[edit]"]:hover,
|
||||
button.et2_button:hover {-webkit-box-shadow: none !important; box-shadow:none !important;}
|
||||
|
||||
span.egw_fw_mobile_popup_close.loaded {
|
||||
background-image: url(../images/topmenu_items/mobile/back.svg);
|
||||
.white-svg;
|
||||
|
Loading…
Reference in New Issue
Block a user