mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 12:04:05 +01:00
Fix a defalut min-height for drop area in toolbar widget to be able to drop back the actions when there's no actions in action list
This commit is contained in:
parent
56e3607b70
commit
f532c22707
@ -1181,7 +1181,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
|||||||
* et2_toolbar
|
* et2_toolbar
|
||||||
*/
|
*/
|
||||||
.ui-toolbar_dropShadow {
|
.ui-toolbar_dropShadow {
|
||||||
height: 100%;
|
min-height: 30px;
|
||||||
border: dashed;
|
border: dashed;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: gray;
|
border-color: gray;
|
||||||
|
Loading…
Reference in New Issue
Block a user