Guest User

Untitled

a guest
Nov 18th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /* Files */
  2. #personal-bookmarks toolbarbutton.bookmark-item {
  3. margin: 0 -3px !important;
  4. }
  5. #personal-bookmarks toolbarbutton.bookmark-item:hover {
  6. margin: -1px 0 -1px -3px !important;
  7. }
  8. #personal-bookmarks .bookmark-item > .toolbarbutton-text {
  9. display: none !important;
  10. }
  11. #personal-bookmarks .bookmark-item:hover > .toolbarbutton-text {
  12. display: -moz-box !important;
  13. }
  14.  
  15.  
  16. /* Folder */
  17. #personal-bookmarks .bookmark-item[container] > .toolbarbutton-text {
  18. display: -moz-box !important;
  19. margin: 0 2px 0 0 !important;
  20. }
  21. #personal-bookmarks toolbarbutton.bookmark-item[container]:hover {
  22. margin: -1px -3px !important;
  23. }
Add Comment
Please, Sign In to add comment