Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /* Hide page break line */
  2. .kix-page-compact::before {
  3. border-style: none;
  4. }
  5.  
  6. /* Hide Explore icon */
  7. .docs-explore-widget {
  8. display: none;
  9. }
  10.  
  11. /* Hide ruler */
  12. #kix-ruler {
  13. display: none;
  14. }
  15.  
  16. /* Hide comment bubbles */
  17. #docos-comment-bubble {
  18. display: none;
  19. }
  20.  
  21. /* Hide background */
  22. #docs-editor {
  23. background: #333333 !important;
  24. }
  25.  
  26. /* Hide border */
  27. .kix-paginateddocumentplugin-compact-mode {
  28. border: none !important;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement