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-10-22 11:43:03 +00:00
parent cda94cb8ed
commit de94a2189c
2 changed files with 0 additions and 14 deletions

View File

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

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