mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 05:51:53 +00:00
merging changes to less in master
This commit is contained in:
parent
b45472ea00
commit
530b2b2247
3 changed files with 3 additions and 2 deletions
|
|
@ -378,7 +378,7 @@ li.focused > .help{
|
|||
color:$color-red;
|
||||
clear:both;
|
||||
}
|
||||
.error input[type=text], .error input[type=email], .error input[type=tel], .error textarea, .error select, .error .tagit{
|
||||
.error input, .error textarea, .error select, .error .tagit{
|
||||
border-color:$color-red;
|
||||
background-color:$color-input-error-bg;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ h2{
|
|||
}
|
||||
}
|
||||
a{
|
||||
outline:none;
|
||||
color:$color-link;
|
||||
text-decoration:none;
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ form{
|
|||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
margin-left:-0.3em;
|
||||
margin-left:-0.4em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue