Created
November 28, 2021 06:31
-
-
Save yymm/525e0d9e302c3bd0c5ee382ed65cc272 to your computer and use it in GitHub Desktop.
firefox customize css
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
#TabsToolbar { visibility: collapse !important; } | |
#sidebar-header { display: none; } |
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
/* vixen */ | |
input,textarea{ime-mode:inactive;} | |
.vimvixen-console-completion { | |
opacity: 0.9; | |
font-size: 16px !important; | |
background-color: #222 !important; | |
color: #eee; | |
} | |
.vimvixen-console-completion-item.vimvixen-completion-selected { | |
background-color: #444 !important; | |
} | |
.vimvixen-console-completion-title { | |
padding-top: 5px !important; | |
padding-bottom: 5px !important; | |
background-color: #1da1f2 !important; | |
color: #222; | |
} | |
.vimvixen-console-completion-item-url { | |
color: #1da1f2 !important; | |
} | |
.vimvixen-console-message { | |
font-size: 16px !important; | |
} | |
.vimvixen-console-command-prompt { | |
font-size: 16px !important; | |
} | |
.vimvixen-console-command-input { | |
font-size: 18px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment