Style selected aspect
This commit is contained in:
parent
64537f8763
commit
19bcf103aa
1 changed files with 16 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue