Style selected aspect

This commit is contained in:
Błażej Pankowiak 2014-08-07 17:24:38 +02:00
parent 64537f8763
commit 19bcf103aa

View file

@ -74,6 +74,22 @@ $bluebg: #e7f2f7;
#aspect_nav {
list-style-type: none;
.icons-check_yes_ok {
height:18px;
width:18px;
background: url('icons/check_yes_ok.png') no-repeat;
float: left;
visibility: hidden;
&.selected {
visibility: visible;
}
&.selected + a {
color: #333333;
}
}
}
.contact_visibility_padlock {