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