mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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;
|
outline-offset: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input::selection {
|
input::selection, textarea::selection {
|
||||||
background-color: #00b4ef;
|
background-color: #00b4ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue