forked from extern/egroupware
Fix disabled buttons had different styling than normal buttons
This commit is contained in:
parent
dc5e0b528e
commit
c81ff8b444
@ -61,10 +61,11 @@ export const ButtonMixin = <T extends Constructor>(superclass : T) => class exte
|
|||||||
/* These should probably come from somewhere else */
|
/* These should probably come from somewhere else */
|
||||||
max-width: 125px;
|
max-width: 125px;
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
/* Override general disabled=hide from Et2Widget */
|
/* Override general disabled=hide from Et2Widget */
|
||||||
:host([disabled]) {
|
:host([disabled]) {
|
||||||
display: initial;
|
display: block;
|
||||||
}
|
}
|
||||||
:host([hideonreadonly][disabled]) {
|
:host([hideonreadonly][disabled]) {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user