You are here

tls.icons.theme.css in Admin Toolbar Language Switcher 8

Same filename and directory in other branches
  1. 8.1.x css/tls.icons.theme.css
  2. 2.0.x css/tls.icons.theme.css
/**
 * Top level icons.
 */
.toolbar-bar .toolbar-icon-language:before {
  background-image: url(../misc/icons/bebebe/language-24px.svg);
}
.toolbar-bar .toolbar-icon-language:active:before,
.toolbar-bar .toolbar-icon-language.is-active:before {
  background-image: url(../misc/icons/ffffff/language-24px.svg);
}

File

css/tls.icons.theme.css
View source
  1. /**
  2. * Top level icons.
  3. */
  4. .toolbar-bar .toolbar-icon-language:before {
  5. background-image: url(../misc/icons/bebebe/language-24px.svg);
  6. }
  7. .toolbar-bar .toolbar-icon-language:active:before,
  8. .toolbar-bar .toolbar-icon-language.is-active:before {
  9. background-image: url(../misc/icons/ffffff/language-24px.svg);
  10. }