From 4f9f0fd2282894a6d281440c6af3ba4ccab08004 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 27 Jul 2016 15:16:10 +0200 Subject: [PATCH] Fix hover over compose button resizes the plus icon --- pixelegg/css/mobile.css | 2 +- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/layout_buttons.less | 2 +- pixelegg/mobile/fw_mobile.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index fcdac3a0e4..7ae170a7df 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -2038,7 +2038,7 @@ input[type=button]:hover { -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); background-color: #1aa200; - background-size: 20px 20px; + background-size: 16px 16px; } button.et2_button_text:active, input[type=button]:active { diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index d1474a2f0f..13e9dcee34 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -2027,7 +2027,7 @@ input[type=button]:hover { -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); background-color: #1aa200; - background-size: 20px 20px; + background-size: 16px 16px; } button.et2_button_text:active, input[type=button]:active { diff --git a/pixelegg/less/layout_buttons.less b/pixelegg/less/layout_buttons.less index 1787f7e9f7..27fa184bf7 100644 --- a/pixelegg/less/layout_buttons.less +++ b/pixelegg/less/layout_buttons.less @@ -80,7 +80,7 @@ input[type=button] { color: @gray_0; .box_shadow_standard_light_hover; background-color: @color_positive_action_active; - background-size: 20px 20px; + background-size: 16px 16px; } &:active {.box_shadow_standard_light_active !important;} diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 4feb9d4aaa..954f1c9241 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -2049,7 +2049,7 @@ input[type=button]:hover { -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); background-color: #1aa200; - background-size: 20px 20px; + background-size: 16px 16px; } button.et2_button_text:active, input[type=button]:active {