mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:39 +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
cda94cb8ed
commit
de94a2189c
pixelegg
@ -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 {
|
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker:hover {
|
||||||
cursor: pointer;
|
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 {
|
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -93,14 +93,6 @@ div.et2_container {
|
|||||||
.et2_tabheader {}
|
.et2_tabheader {}
|
||||||
.et2_tabs {
|
.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;}
|
table.et2_grid {.background_color_0_gray;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user