diff --git a/app/assets/stylesheets/aspects.css.scss b/app/assets/stylesheets/aspects.css.scss index 4085078fa..8f0b97baa 100644 --- a/app/assets/stylesheets/aspects.css.scss +++ b/app/assets/stylesheets/aspects.css.scss @@ -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 {