mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +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 {
|
input::selection, textarea::selection {
|
||||||
|
color: #000000;
|
||||||
background-color: #00b4ef;
|
background-color: #00b4ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -810,6 +811,7 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
|
||||||
}
|
}
|
||||||
|
|
||||||
#property-id::selection {
|
#property-id::selection {
|
||||||
|
color: #000000;
|
||||||
background-color: #00b4ef;
|
background-color: #00b4ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue