mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix misaligned toggled button in toolbar
This commit is contained in:
parent
3844363bde
commit
3dd525d6d9
@ -3019,6 +3019,11 @@ et2-button.transparent-button::part(container) {
|
||||
box-shadow: inset 1px 1px 1px 1px gray !important;
|
||||
}
|
||||
|
||||
.ui-toolbar-menulist et2-button.toolbar_toggled::part(base) {
|
||||
margin: 0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.et2_toolbar_more .et2_toolbar-dropdown {
|
||||
max-width: initial;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user