mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
Fix Bug 42882
This commit is contained in:
@ -187,6 +187,10 @@
|
||||
&.user-select {
|
||||
cursor: text;
|
||||
}
|
||||
&.user-select::selection {
|
||||
background: #3494fb;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.user-reply {
|
||||
|
||||
@ -80,3 +80,8 @@ input.error {
|
||||
input[type="password"] {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
input[type="text"]::selection, textarea::selection {
|
||||
background: #3494fb;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user