WIP style adjustments to match eh22 styleguide
This commit is contained in:
parent
d55ab6d7eb
commit
9402a254c6
56 changed files with 966 additions and 232 deletions
|
@ -59,8 +59,8 @@ meter,
|
|||
progress {
|
||||
font: inherit;
|
||||
font-weight: normal;
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
color: var(--color-foreground);
|
||||
background-color: var(--color-background);
|
||||
line-height: normal;
|
||||
margin: 0;
|
||||
vertical-align: middle;
|
||||
|
@ -90,8 +90,7 @@ textarea,
|
|||
select,
|
||||
keygen {
|
||||
min-height: @formfield_min-height;
|
||||
border: 1px solid @ini_border;
|
||||
box-shadow: inset 0 0 1px #eee;
|
||||
border: 1px solid var(--color-shade-4);
|
||||
border-radius: @fix_border-radius;
|
||||
padding-left: .3rem;
|
||||
padding-right: .3rem;
|
||||
|
@ -118,7 +117,7 @@ select:active,
|
|||
select:focus,
|
||||
keygen:active,
|
||||
keygen:focus {
|
||||
border-color: #999;
|
||||
border-color: var(--color-shade-4);
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue