SPR-910: var rename - border-color

This commit is contained in:
Silke Pisulla 2017-03-22 15:20:49 +01:00
commit 38bfc8bb62
13 changed files with 35 additions and 30 deletions

View file

@ -121,7 +121,7 @@ textarea,
select,
keygen {
min-height: @formfield_min-height;
border: 1px solid @color-border;
border: 1px solid @ini_border;
box-shadow: inset 0 0 1px #eee;
border-radius: @fix_border-radius;
padding-left: .3rem;
@ -268,7 +268,7 @@ textarea[readonly] {
background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
background-color: #eee;
opacity: .5;
border: 1px solid @color-border;
border: 1px solid @ini_border;
border-radius: @fix_border-radius;
color: #333;
font-weight: normal;