Add https icon color to userChrome
This commit is contained in:
@@ -1,41 +1,48 @@
|
|||||||
/* Hide Firefox top tab bar */
|
@-moz-document url(chrome://browser/content/browser.xul) {
|
||||||
#TabsToolbar {
|
/* Hide Firefox top tab bar */
|
||||||
visibility: hidden !important;
|
#TabsToolbar {
|
||||||
}
|
visibility: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Move navigation bar up to fill tab bar space */
|
/* Move navigation bar up to fill tab bar space */
|
||||||
#nav-bar {
|
#nav-bar {
|
||||||
border-width: 1px !important;
|
border-width: 1px !important;
|
||||||
border-style: solid !important;
|
border-style: solid !important;
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
|
|
||||||
margin-bottom: -1px !important;
|
margin-bottom: -1px !important;
|
||||||
margin-top: -29px !important;
|
margin-top: -29px !important;
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
margin-left: 0px !important;
|
margin-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navigation bar color */
|
/* Navigation bar color */
|
||||||
#nav-bar {
|
#nav-bar {
|
||||||
background: #2b2e39 !important;
|
background: #2b2e39 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Url bar color */
|
/* Url bar color */
|
||||||
#urlbar {
|
#urlbar {
|
||||||
background: #404552 !important;
|
background: #404552 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Url bar autocomplete menu color*/
|
/* Url bar autocomplete menu color*/
|
||||||
#PopupAutoCompleteRichResult {
|
#PopupAutoCompleteRichResult {
|
||||||
background: #2b2e39 !important;
|
background: #2b2e39 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide TreeStyleTab header */
|
/* Hide TreeStyleTab header */
|
||||||
#sidebar-header {
|
#sidebar-header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide TreeStyleTab splitter */
|
/* Hide TreeStyleTab splitter */
|
||||||
#sidebar-splitter {
|
#sidebar-splitter {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Https lock icon */
|
||||||
|
#connection-icon {
|
||||||
|
fill: #bac1c9 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
@-moz-document domain("boards.4chan.org") {
|
||||||
|
/* Hide unnecessary elements */
|
||||||
|
#bannerCnt { display: none; }
|
||||||
|
form[name=post] { display: none; }
|
||||||
|
hr.aboveMidAd { display: none; }
|
||||||
|
hr.abovePostForm { display: none; }
|
||||||
|
#toggleMsgBtn { display: none; }
|
||||||
|
#globalMessage { display: none; }
|
||||||
|
.middlead.center { display: none !important; }
|
||||||
|
.adg-rects.desktop { display: none; }
|
||||||
|
#op.desktop { display: none; }
|
||||||
|
#absbot { display: none; }
|
||||||
|
|
||||||
|
/* Make posts the full width */
|
||||||
|
.postContainer.replyContainer .post.reply { width: 100% }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user