0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Merge branch 'master' of github.com:torchbox/wagtail

This commit is contained in:
Matt Westcott 2014-07-24 11:34:16 +01:00
commit f723e80520

View File

@ -172,7 +172,7 @@ input[type=checkbox]:before{
height:20px;
background-color:white;
border:1px solid $color-grey-4;
color:$color-grey-4;
color:white;
}
input[type=checkbox]:checked:before{
color:$color-teal;