Advertisement
Guest User

Side Bookmarks

a guest
Oct 27th, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.68 KB | None | 0 0
  1. .bb.favorites {border: 1px solid #ccc; border-right: none; border-radius: 3px 0 0 3px; top: 50%; right: 0; bottom: unset; min-width: 60px;}
  2. #favorites-header .bb-header-text {font-size: 0;}
  3. #favorites-header .bb-header-text::before {content: "\f005"; font: normal normal normal 14px/1 FontAwesome;}
  4.  
  5. .bb.boardstats {border: 1px solid #ccc; border-right: none; border-radius: 3px 0 0 3px; top: 50%; right: 0; bottom: unset; margin-top: -35px; min-width: 60px;}
  6. #boardstats-header .bb-header-text {font-size: 0;}
  7. #boardstats-header .bb-header-text::before {content: "\f0cb"; font: normal normal normal 14px/1 FontAwesome;}
  8.  
  9. #favorites-arrow-down, #boardstats-arrow-down {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement