mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
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:
parent
5413fb2a2a
commit
956e14e556
@ -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;
|
||||
}
|
||||
|
@ -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;}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user