You are here

lingotek.icons.css in Lingotek Translation 8

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. }
  21. .button.action-connect {
  22. height: 46px;
  23. line-height: 44px;
  24. vertical-align: baseline;
  25. padding: 0 36px;
  26. color: #555;
  27. border-color: #cccccc;
  28. background: #f7f7f7 url("../images/lingotek-icon.png") 15px 15px no-repeat;
  29. }
  30. .button.action-connect:hover {
  31. background: #f7f7f7 url("../images/lingotek-icon.png") 15px 15px no-repeat;
  32. }