Advertisement
kawaiibuu

Tumblr Controls Fix

Apr 8th, 2016
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. .t_b .tmblr-iframe--desktop-logged-in-controls, .tmblr-iframe, .t_b #tumblr_controls, #tumblr_controls {
  2. top: 10px!important;
  3. right: 10px!important;
  4. position: fixed!important;
  5. z-index: 999999!important; }
  6. .t_w .tmblr-iframe--desktop-logged-in-controls, .t_w #tumblr_controls {
  7. -webkit-filter: invert(100%);
  8. -moz-filter: invert(100%);
  9. -o-filter: invert(100%);
  10. -ms-filter: invert(100%);
  11. filter: invert(100%);
  12. opacity: 0.5; }
  13. .t_g .tmblr-iframe--desktop-logged-in-controls, .t_g #tumblr_controls {
  14. -webkit-filter: invert(100%);
  15. -moz-filter: invert(100%);
  16. -o-filter: invert(100%);
  17. -ms-filter: invert(100%);
  18. filter: invert(100%);
  19. opacity: 0.5; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement