-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
298 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/*AGENT_SHEET*/ | ||
|
||
/* Firefox 57+ userChrome.css tweaks ****************************************************/ | ||
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ | ||
/* by Aris ([email protected])*********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
toolbar #zoom-controls > separator, | ||
toolbar #zoom-controls > #zoom-reset-button{ | ||
visibility: collapse !important; | ||
} | ||
#nav-bar #zoom-in-button{ | ||
-moz-padding-start:2px !important; | ||
} | ||
#nav-bar #zoom-out-button{ | ||
-moz-padding-end:2px !important; | ||
} |
This file contains 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
12 changes: 12 additions & 0 deletions
12
classic/css/locationbar/go_button_in_location_bar_hidden.css
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/*AGENT_SHEET*/ | ||
|
||
/* Firefox 57+ userChrome.css tweaks ****************************************************/ | ||
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ | ||
/* by Aris ([email protected])*********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
/* hide urlbars go button */ | ||
#urlbar-container .urlbar-go-button{ | ||
visibility: collapse !important; | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
/*AGENT_SHEET*/ | ||
|
||
/* Firefox 57+ userChrome.css tweaks ****************************************************/ | ||
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ | ||
/* by Aris ([email protected])*********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
/*******************************************/ | ||
/* default tab *****************************/ | ||
|
||
/* text color */ | ||
.tabbrowser-tab .tab-label { | ||
color: black !important; | ||
} | ||
/* text shadow */ | ||
.tabbrowser-tab .tab-label { | ||
text-shadow: 0px 1px 0px white, | ||
0px 1px 4px white !important; | ||
} | ||
/*bold*//* | ||
.tabbrowser-tab .tab-label { | ||
font-weight: bold !important; | ||
} | ||
/* italic *//* | ||
.tabbrowser-tab .tab-label { | ||
font-style: italic !important; | ||
} | ||
/*******************************************/ | ||
/* selected tab ****************************/ | ||
|
||
/* text color */ | ||
.tabbrowser-tab[selected] .tab-label { | ||
color: blue !important; | ||
} | ||
/* text shadow */ | ||
.tabbrowser-tab[selected] .tab-label { | ||
text-shadow: 0px 1px 0px white, | ||
0px 1px 4px white !important; | ||
} | ||
/*bold*/ | ||
.tabbrowser-tab[selected] .tab-label { | ||
font-weight: bold !important; | ||
} | ||
/* italic *//* | ||
.tabbrowser-tab[selected] .tab-label { | ||
font-style: italic !important; | ||
} | ||
/*******************************************/ | ||
/* hovered tab ****************************/ | ||
|
||
/* text color *//* | ||
.tabbrowser-tab:hover:not([selected]) .tab-label { | ||
color: black !important; | ||
} | ||
/* text shadow */ | ||
.tabbrowser-tab:hover:not([selected]) .tab-label { | ||
text-shadow: 0px 1px 0px white, | ||
0px 1px 4px white !important; | ||
} | ||
/*bold*/ | ||
.tabbrowser-tab:hover:not([selected]) .tab-label { | ||
font-weight: bold !important; | ||
} | ||
/* italic *//* | ||
.tabbrowser-tab:hover:not([selected]) .tab-label { | ||
font-style: italic !important; | ||
} | ||
/*******************************************/ | ||
/* unloaded/pending tab ********************/ | ||
|
||
/* text color */ | ||
.tabbrowser-tab[pending] .tab-label { | ||
color: purple !important; | ||
} | ||
/* text shadow */ | ||
.tabbrowser-tab[pending] .tab-label { | ||
text-shadow: 0px 1px 0px white, | ||
0px 1px 4px white !important; | ||
} | ||
/*bold*/ | ||
.tabbrowser-tab[pending] .tab-label { | ||
font-weight: bold !important; | ||
} | ||
/* italic */ | ||
.tabbrowser-tab[pending] .tab-label { | ||
font-style: italic !important; | ||
} | ||
|
||
|
||
/*******************************************/ | ||
/* unread tab ******************************/ | ||
|
||
/* text color */ | ||
.tabbrowser-tab[unread] .tab-label { | ||
color: red !important; | ||
} | ||
/* text shadow */ | ||
.tabbrowser-tab[unread] .tab-label { | ||
text-shadow: 0px 1px 0px white, | ||
0px 1px 4px white !important; | ||
} | ||
/*bold*/ | ||
.tabbrowser-tab[unread] .tab-label { | ||
font-weight: bold !important; | ||
} | ||
/* italic */ | ||
.tabbrowser-tab[unread] .tab-label { | ||
font-style: italic !important; | ||
} | ||
|
||
/**/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/*AGENT_SHEET*/ | ||
|
||
/* Firefox 57+ userChrome.css tweaks ****************************************************/ | ||
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ | ||
/* by Aris ([email protected])*********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
.tabbrowser-tab[pinned] .tab-icon-image:not([src]) { | ||
visibility: hidden !important; | ||
} | ||
|
||
.tabbrowser-tab[pinned] .tab-text { | ||
display: none !important; | ||
} | ||
|
||
/**/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/*AGENT_SHEET*/ | ||
|
||
/* Firefox 57+ userChrome.css tweaks ****************************************************/ | ||
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ | ||
/* by Aris ([email protected])*********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
#alltabs-button{ | ||
visibility: visible !important; | ||
} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/*AGENT_SHEET*/ | ||
|
||
/* Firefox 57+ userChrome.css tweaks ****************************************************/ | ||
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ | ||
/* by Aris ([email protected])*********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
/* tab close - always visible*/ | ||
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab:not([pinned]):not([protected]) .tab-close-button { | ||
visibility: visible !important; | ||
display: block !important; | ||
} | ||
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab:not([pinned]):not([protected])[faviconized="true"] .tab-close-button { | ||
visibility: collapse !important; | ||
display: none !important; | ||
} | ||
|
||
/**/ |
Oops, something went wrong.