mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix textarea selection highlight
This commit is contained in:
parent
db72e3efbb
commit
0a83df2281
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ input:focus, textarea:focus {
|
|||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
input::selection {
|
||||
input::selection, textarea::selection {
|
||||
background-color: #00b4ef;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue