shortcut.theme-rtl.css

RTL styling for the shortcut module.

File

drupal/core/modules/shortcut/shortcut.theme-rtl.css
View source
  1. /**
  2. * @file
  3. * RTL styling for the shortcut module.
  4. */
  5. /**
  6. * Add/remove links.
  7. */
  8. .add-or-remove-shortcuts .icon {
  9. margin-left: 0;
  10. margin-right: 8px;
  11. }
  12. .add-shortcut a:focus .icon,
  13. .add-shortcut a:hover .icon {
  14. background-position: 0 -24px;
  15. }
  16. .remove-shortcut a:focus .icon,
  17. .remove-shortcut a:hover .icon {
  18. background-position: -12px -24px;
  19. }
  20. .add-or-remove-shortcuts .text {
  21. padding: 0 10px 0 6px;
  22. }
  23. .add-or-remove-shortcuts a:focus .text,
  24. .add-or-remove-shortcuts a:hover .text {
  25. border-radius: 5px 0 0 5px;
  26. }
  27. /**
  28. * Toolbar.
  29. */
  30. .toolbar-js .horizontal #edit-shortcuts {
  31. border-left: 0 none;
  32. border-right: 1px solid #d9d9d9;
  33. float: right;
  34. margin-left: 0;
  35. margin-right: 0.3333em;
  36. padding-left: 0.3333em;
  37. padding-right: 0.6667em;
  38. }