mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix disabled buttons had different styling than normal buttons
- Fix toolbars got multiple lines
This commit is contained in:
parent
c81ff8b444
commit
0ecfdd8bdf
@ -2860,6 +2860,11 @@ div.et2_toolbar.ui-widget-header {
|
||||
.et2_toolbar details[open].et2_toolbar_more.admin .ui-toolbar-menulistHeader.list_header-short {
|
||||
background-position: left;
|
||||
}
|
||||
|
||||
.et2_toolbar .et2_toolbar_actionlist span[data-group] {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.et2_toolbar .et2_toolbar_actionlist span[data-group]:not(:first-child) > button.et2_button:first-child {
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user