mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 09:09:04 -04:00
add property without vendor prefix
This commit is contained in:
parent
28be17c087
commit
b793cb7308
@ -607,6 +607,7 @@ select:-webkit-autofill:hover,
|
||||
select:-webkit-autofill:focus {
|
||||
border: 1px solid var(--font-color);
|
||||
-webkit-text-fill-color: var(--font-color);
|
||||
box-shadow: 0 0 0 1000px var(--invert-font-color) inset;
|
||||
-webkit-box-shadow: 0 0 0 1000px var(--invert-font-color) inset;
|
||||
transition: background-color 5000s ease-in-out 0s;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user