Specify context for CSS "arrow" class meant for thematic progress, to avoid arrow hovering text in social network

1.10.x
Yannick Warnier 10 years ago
parent ae31808dad
commit be3a34b930
  1. 4
      app/Resources/public/css/base.css

@ -4495,10 +4495,10 @@ ul.holder li.bit-box{
#thematic .views ul li{
font-size: 12px;
}
.arrow{
#thematic .arrow{
background: url("../../main/img/icons/22/arrow-up-collapse.png") no-repeat 99% center;
}
.arrow.collapsed{
#thematic .arrow.collapsed{
background: url("../../main/img/icons/22/arrow-down-collapse.png") no-repeat 99% center;
}
.question_options .exercise-unique-answer-image .radio{

Loading…
Cancel
Save