Mobile theme W.I.P.:

- Do not apply box-shadow on hover
This commit is contained in:
Hadi Nategh 2016-03-30 15:13:21 +00:00
parent 4243e02f1a
commit a11aff6be2
2 changed files with 14 additions and 0 deletions

View File

@ -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;

View File

@ -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;