No Description

pum-admin-bar-rtl.css 632B

1234567891011121314151617181920212223
  1. /* Layer admin bar over popups. */
  2. #wpadminbar {
  3. z-index: 999999999999;
  4. }
  5. #wp-admin-bar-popup-maker > .ab-item::before {
  6. background: url(/wp-content/plugins/popup-maker/assets/images/admin/icon-info-21x21.png) center center no-repeat transparent !important;
  7. top: 3px;
  8. content: '';
  9. width: 20px;
  10. height: 20px;
  11. }
  12. #wp-admin-bar-popup-maker:hover > .ab-item::before {
  13. background-image: url(/wp-content/plugins/popup-maker/assets/images/admin/icon-info-21x21.png) !important;
  14. }
  15. #wp-admin-bar-popup-maker li#wp-admin-bar-flush-popup-cache a {
  16. color: #8c8 !important;
  17. }
  18. /*# sourceMappingURL=pum-admin-bar-rtl.css.map */