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

This commit is contained in:
Hadi Nategh 2014-09-29 11:12:45 +00:00
parent 5413fb2a2a
commit 956e14e556
2 changed files with 0 additions and 14 deletions

View File

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

View File

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