mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-24 13:44:20 +00:00
change active options color
This commit is contained in:
parent
c0cc029350
commit
36b1bf25f4
@ -50,6 +50,7 @@ a:active h2 {
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
accent-color: #65916d;
|
||||
background: #5d627d;
|
||||
color: #ccc;
|
||||
border: 0;
|
||||
@ -60,21 +61,25 @@ textarea {
|
||||
|
||||
textarea:focus,
|
||||
input:focus {
|
||||
border: none;
|
||||
outline: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
select option:active,
|
||||
select option:focus,
|
||||
select option:focus-within,
|
||||
select option:checked {
|
||||
background: linear-gradient(#65916d, #65916d);
|
||||
outline: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
textarea,
|
||||
select[multiple="multiple"] {
|
||||
min-height: 260px;
|
||||
min-height: 180px;
|
||||
}
|
||||
|
||||
/* @TODO improve focus out
|
||||
textarea:focus {
|
||||
min-height: 120px;
|
||||
}
|
||||
*/
|
||||
|
||||
textarea::placeholder,
|
||||
input::placeholder {
|
||||
color: #9698a5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user