You are here

lingotek.icons.css in Lingotek Translation 3.1.x

Styling for Lingotek toolbar icons.

File

css/lingotek.icons.css
View source
  1. /**
  2. * @file
  3. * Styling for Lingotek toolbar icons.
  4. */
  5. /* Bar formatting */
  6. .toolbar-bar .toolbar-icon-lingotek-dashboard:before {
  7. background-image: url("../icons/bebebe/lingotek-chevron.png");
  8. }
  9. .toolbar-bar .toolbar-icon-lingotek-dashboard:active:before,
  10. .toolbar-bar .toolbar-icon-lingotek-dashboard.active:before {
  11. background-image: url("../icons/ffffff/lingotek-chevron.png");
  12. }
  13. /* Tray formatting */
  14. .toolbar .toolbar-tray .toolbar-icon.toolbar-icon-lingotek-dashboard:before {
  15. background-image: url("../icons/787878/lingotek-chevron.png");
  16. }
  17. .toolbar .toolbar-tray .toolbar-icon.toolbar-icon-lingotek-dashboard:active:before,
  18. .toolbar .toolbar-tray .toolbar-icon.toolbar-icon-lingotek-dashboard.active:before {
  19. background-image: url("../icons/000000/lingotek-chevron.png");
  20. }