From de94a2189cff44a5774abbca67a2b171173a09f7 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 22 Oct 2014 11:43:03 +0000 Subject: [PATCH] Remove explicit css class which was applied to all buttons with image located inside tabed dialog, causes broken styling of toolbars used inside tabed dialog --- pixelegg/css/pixelegg.css | 6 ------ pixelegg/less/layout_dialog.less | 8 -------- 2 files changed, 14 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 105e16c252..2c7291be47 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3375,12 +3375,6 @@ div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasD div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker:hover { cursor: pointer; } -div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs button.et2_button_with_image { - background-size: 12px auto !important; - margin-left: 32px; - padding: 0px; - height: 16px; -} div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid { background-color: #ffffff; } diff --git a/pixelegg/less/layout_dialog.less b/pixelegg/less/layout_dialog.less index 0ea5ca1947..04df669cb3 100755 --- a/pixelegg/less/layout_dialog.less +++ b/pixelegg/less/layout_dialog.less @@ -93,14 +93,6 @@ div.et2_container { .et2_tabheader {} .et2_tabs { - button.et2_button_with_image { - background-size: 12px auto !important; - margin-left: 32px; - padding: 0px; - .dimension_height_s; - - } - table.et2_grid {.background_color_0_gray;} }