Fix buttons user selection

10.8-maintenance
Asizon 2021-01-19 20:44:49 +01:00
parent de071bc136
commit 1e2c452afe
1 changed files with 2 additions and 0 deletions

View File

@ -1585,6 +1585,7 @@ dialog .dialog_toolbar .btn a.disabled {
transition: all ease 0.2s;
padding: 0 9px;
line-height: 28px;
user-select: none;
}
.content_toolbar .btn a:hover {
@ -1947,6 +1948,7 @@ dialog .dialog_toolbar .btn a.disabled {
transition: all ease 0.2s;
padding: 0 9px;
line-height: 28px;
user-select: none;
}
.regular-button:hover {