Fix buttons user selection
parent
de071bc136
commit
1e2c452afe
|
@ -1585,6 +1585,7 @@ dialog .dialog_toolbar .btn a.disabled {
|
||||||
transition: all ease 0.2s;
|
transition: all ease 0.2s;
|
||||||
padding: 0 9px;
|
padding: 0 9px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_toolbar .btn a:hover {
|
.content_toolbar .btn a:hover {
|
||||||
|
@ -1947,6 +1948,7 @@ dialog .dialog_toolbar .btn a.disabled {
|
||||||
transition: all ease 0.2s;
|
transition: all ease 0.2s;
|
||||||
padding: 0 9px;
|
padding: 0 9px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.regular-button:hover {
|
.regular-button:hover {
|
||||||
|
|
Loading…
Reference in New Issue