mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
fix bug 65002
This commit is contained in:
@ -64,6 +64,7 @@ dialog {
|
||||
justify-content: space-between;
|
||||
padding: 30px 16px 16px 32px;
|
||||
background: none;
|
||||
user-select: none;
|
||||
.rtl &{
|
||||
padding: 30px 32px 16px 16px;
|
||||
}
|
||||
@ -335,3 +336,7 @@ dialog {
|
||||
}
|
||||
}
|
||||
|
||||
.win_xp &.dlg.dlg-about .body {
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user