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

improving contrast of actions buttons in listings over hover colour

This commit is contained in:
Dave Cranwell 2014-06-26 16:41:51 +01:00
parent 34f2a90343
commit ccc533831f

View File

@ -197,7 +197,7 @@ ul.listing{
.button{ .button{
color:$color-teal; color:$color-teal;
border-color:$color-grey-3; border-color:$color-grey-3;
background:transparent; background:white;
&:hover{ &:hover{
border-color:$color-teal; border-color:$color-teal;
@ -334,6 +334,7 @@ ul.listing{
margin-top:1em; margin-top:1em;
} }
.button{ .button{
background-color:transparent;
color:white; color:white;
border-color:$color-teal-darker; border-color:$color-teal-darker;