Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Color

Color of criteria styling are the colors of global color scheme or overwriten by custom color scheme of space.

...

Code Block
languagecss
.content-rating.content-rating-toggle ul li .content-rating-icon {
    color: #205081 !important;
    border: 4px solid #999999 !important;
}

.content-rating.content-rating-toggle ul li:hover .content-rating-icon {
    color: #205081 !important;
    border: 4px solid #205081 !important;
}

.content-rating.content-rating-toggle ul li .content-rating-icon.content-rating-active {
    color: #fff !important;
    background-color: #205081 !important;
    border: 4px solid #205081 !important;
}

.content-rating.content-rating-toggle ul li:hover .content-rating-icon.content-rating-active {
    color: #fff !important;
    border: 4px solid #999999 !important;
    background-color: #205081 !important;
}

Align

Code Block
languagecss
.content-rating.content-rating-toggle {  
    text-align: left;  
}