mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Make input text color change to black when selected
This commit is contained in:
parent
ba43843340
commit
4189f46156
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,7 @@ input:focus, textarea:focus {
|
|||
}
|
||||
|
||||
input::selection, textarea::selection {
|
||||
color: #000000;
|
||||
background-color: #00b4ef;
|
||||
}
|
||||
|
||||
|
@ -810,6 +811,7 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
|
|||
}
|
||||
|
||||
#property-id::selection {
|
||||
color: #000000;
|
||||
background-color: #00b4ef;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue