-
-
Save kepano/cea7406f67bed3bc36756e02db55fb39 to your computer and use it in GitHub Desktop.
Custom styles for Stylus Chrome extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.docs-material #docs-header .docs-titlebar-buttons, | |
.docs-material .goog-toolbar-button, | |
.docs-material .goog-toolbar-combo-button, | |
.docs-material .goog-toolbar-menu-button, | |
.docs-navigation-tab-button, | |
#docs-toolbar-wrapper, | |
#docs-editor, | |
#docs-chrome { | |
box-shadow:none; | |
background-color: #fafafa !important; | |
border:none !important; | |
} | |
.kix-paginateddocumentplugin.kix-paginateddocumentplugin-compact-mode { | |
box-shadow: none; | |
} | |
.navigation-widget { | |
border:none; | |
} | |
.kix-page-compact::before { | |
border: none; | |
} | |
.left-sidebar-container { | |
overflow: hidden; | |
} | |
.docs-gm-sidebars .navigation-widget { | |
margin-left: 0; | |
box-shadow:none; | |
background:#fafafa; | |
} | |
.navigation-item { | |
padding: 0 12px;} | |
.navigation-widget-hat { | |
border:none; | |
} | |
.docs-explore-widget-button, | |
.kix-document-top-shadow, | |
#spellGrammarCheckButton, #printButton, #undoButton, #redoButton, #insertLinkButton, #clearFormattingButton, #clearFormattingSeparator { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 1.0