jsdialog: don't show hidden buttons
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I9c63aad2884198b0977b9528849dc4c2f80d413b
This commit is contained in:
parent
901ce980f2
commit
ee08f391b5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
border-color: #ccc !important;
|
||||
}
|
||||
|
||||
.ui-button-box .jsdialog.ui-pushbutton {
|
||||
.ui-button-box .jsdialog.ui-pushbutton:not(.hidden) {
|
||||
display: initial !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue