Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.52 KB | None | 0 0
  1. .tab-loading-burst {
  2.     display: none !important;
  3. }
  4. .tab-line {
  5.     display: none !important;
  6. }
  7. #pageActionButton {
  8.     display: none !important;
  9. }
  10. #placesContext_openContainer\:tabs,
  11. #placesContext_openSeparator {
  12.     display: none !important;
  13. }
  14. #context-navigation,
  15. #appMenu-print-button {
  16.     display: none !important
  17. }
  18. #context-navigation,
  19. #appMenu-open-file-button {
  20.     display: none !important
  21. }
  22. #context-navigation,
  23. #appMenu-save-file-button {
  24.     display: none !important
  25. }
  26. #context-navigation,
  27. #appMenu-find-button {
  28.     display: none !important
  29. }
  30. #context-navigation,
  31. #appMenu-edit-controls {
  32.     display: none !important
  33. }
  34. #context-navigation,
  35. #appMenu-zoom-controls {
  36.     display: none !important
  37. }
  38. #context-navigation,
  39. #context-forward {
  40.     display: none !important
  41. }
  42. #context-navigation,
  43. #context-pocket {
  44.     display: none !important
  45. }
  46. #context-navigation,
  47. #context-savelinktopocket {
  48.     display: none !important
  49. }
  50. #context-navigation,
  51. #context-savelink {
  52.     display: none !important
  53. }
  54. #context-navigation,
  55. #context-savepage {
  56.     display: none !important
  57. }
  58. #context-navigation,
  59. #toolbar-context-menu {
  60.     display: none !important
  61. }
  62. #context-navigation,
  63. #context-sep-sendlinktodevice {
  64.     display: none !important
  65. }
  66. #context-navigation,
  67. #context-sep-sendpagetodevice {
  68.     display: none !important
  69. }
  70. #context-navigation,
  71. #context-sendlinktodevice {
  72.     display: none !important
  73. }
  74. #context-navigation,
  75. #context-sendpagetodevice {
  76.     display: none !important
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement