Advertisement
difool2nice

roomy like

Apr 8th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. /* Recreates the basic functionality of the popular Roomy Bookmarks Toolbar add-on:
  2. Hide bookamrks bar items label text, show on hover. */
  3.  
  4. .bookmark-item > .toolbarbutton-text {
  5.     margin-top: -1px !important;
  6. }
  7. .bookmark-item:not(:hover):not([open="true"]) > .toolbarbutton-text {
  8.     display: none !important;
  9. }
  10. #PlacesToolbarItems > .bookmark-item:not(:hover):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) {
  11.     margin-inline-end: 0px !important;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement