From a11aff6be20cf3ac8aae48aea6d9956c79a6c9a7 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 30 Mar 2016 15:13:21 +0000 Subject: [PATCH] Mobile theme W.I.P.: - Do not apply box-shadow on hover --- pixelegg/mobile/fw_mobile.css | 8 ++++++++ pixelegg/mobile/fw_mobile.less | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index e947668999..ed834d092a 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -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; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index c62e919d5f..e1c8aa8f92 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -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;