css: slight changes, lighter lines

This commit is contained in:
Thomas Gelf 2016-03-07 18:36:27 +01:00
parent 572ac3ad4c
commit 898460a306
1 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ input[type=text], input[type=password], textarea, select {
padding-left: 0.5em;
border-style: solid;
border-color: transparent;
border-bottom-color: @gray-light;
border-bottom-color: @gray-lighter;
border-width: 1px 1px 1px 3px;
background-color: white;
@ -141,7 +141,7 @@ ul.extensible-set {
width: 100%;
max-width: 36em;
min-width: 20em;
border-bottom: 1px solid @gray-light;
border-bottom: 1px solid @gray-lighter;
input[type=text], input[type=password], textarea, select {
border-color: transparent;
@ -183,7 +183,7 @@ form {
}
dd.active ul.extensible-set {
border: 1px solid @gray-light;
border: 1px solid @gray-lighter;
select.extend-set, input.extend-set {
display: inline;
}