From 956e14e55677b8cd8a9280e1d8f7601571b18a60 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 29 Sep 2014 11:12:45 +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 dc3a4fcefe..0c3ceb83fb 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3406,12 +3406,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;} }