mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-06 07:50:40 +01:00
fix (css): more consistency in input fields
This commit is contained in:
parent
32fe6a8674
commit
2fa1091985
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
|||
background: var(--dark);
|
||||
color: var(--light);
|
||||
}
|
||||
&:hover, &:focus {
|
||||
&:not([readonly]):hover, &:not([readonly])focus {
|
||||
background: rgba(0,0,0,0.07);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue