input styling
This commit is contained in:
parent
d40dacc2a5
commit
f03e5f571d
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
||||||
--color-button-hover: var(--color-quinary);
|
--color-button-hover: var(--color-quinary);
|
||||||
--color-focus: var(--color-foreground);
|
--color-focus: var(--color-foreground);
|
||||||
--color-attribution-background: var(--color-overlay-background);
|
--color-attribution-background: var(--color-overlay-background);
|
||||||
|
--color-input-border: var(--color-quaternary);
|
||||||
|
|
||||||
--color-map-overlay: var(--color-primary);
|
--color-map-overlay: var(--color-primary);
|
||||||
--color-route-dashes: #888888;
|
--color-route-dashes: #888888;
|
||||||
|
|
|
@ -12,7 +12,7 @@ input[type='url'],
|
||||||
textarea,
|
textarea,
|
||||||
select
|
select
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
border: .1rem solid var(--color-quaternary)
|
border: .1rem solid var(--color-input-border)
|
||||||
border-radius: .4rem
|
border-radius: .4rem
|
||||||
box-shadow: none
|
box-shadow: none
|
||||||
box-sizing: inherit // Forced to replace inherit values of the normalize.css
|
box-sizing: inherit // Forced to replace inherit values of the normalize.css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue