forked from Aris-t2/CustomCSSforFx
-
Notifications
You must be signed in to change notification settings - Fork 0
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
15 changed files
with
194 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* Firefox Quantum userChrome.css tweaks ************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) { | ||
|
||
.addon-badge { | ||
width: 16px !important; | ||
height: 16px !important; | ||
background-size: 16px !important; | ||
border-radius: 8px !important; | ||
} | ||
|
||
.addon-badge-recommended { | ||
background-size: 10px !important; | ||
background-radius: 8px !important; | ||
} | ||
|
||
.addon-badge-line { | ||
border: none !important; | ||
} | ||
|
||
.addon-badge-verified { | ||
background-size: 10px !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
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
17 changes: 17 additions & 0 deletions
17
classic/css/generalui/findbar_on_top_close_at_findbars_start_fx84.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,17 @@ | ||
/* Firefox Quantum userChrome.css tweaks ************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
:-moz-any(.browserContainer,#viewSource) :-moz-any(findbar,#FindToolbar) .findbar-closebutton { | ||
-moz-box-ordinal-group: 0 !important; | ||
position: absolute !important; | ||
} | ||
|
||
:-moz-any(.browserContainer,#viewSource) :-moz-any(findbar,#FindToolbar) .findbar-container { | ||
padding-inline-start: 20px !important; | ||
margin-inline-start: -20px !important; | ||
} | ||
:-moz-any(.browserContainer,#viewSource) :-moz-any(findbar,#FindToolbar) { | ||
overflow: hidden !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,68 @@ | ||
/* Firefox Quantum userChrome.css tweaks ************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
:-moz-any(.browserContainer, #viewSource) .findbar-container :-moz-any(spacer, .findbar-find-fast[anonid="match-case-status"]) { | ||
visibility: collapse; | ||
} | ||
|
||
:-moz-any(.browserContainer, #viewSource) .findbar-closebutton { | ||
padding: 0 !important; | ||
margin: 0 !important; | ||
-moz-margin-end: 2px !important; | ||
} | ||
|
||
:-moz-any(.browserContainer, #viewSource) .findbar-closebutton .toolbarbutton-icon{ | ||
width: 16px !important; | ||
height: 16px !important; | ||
} | ||
:-moz-any(.browserContainer, #viewSource) .findbar-textbox { | ||
font-size: 14px !important; | ||
} | ||
|
||
:-moz-any(.browserContainer,#viewSource) :-moz-any(findbar,#FindToolbar) { | ||
-moz-box-ordinal-group: 0; | ||
position: fixed !important; | ||
display: inherit !important; | ||
margin-top: -1px !important; | ||
box-shadow: unset !important; | ||
border: 1px solid #e1e1e2 !important; | ||
border-top: 0px solid transparent !important; | ||
border-radius: 0 0 3px 3px; | ||
transition-property: margin-top, opacity, visibility !important; | ||
background-image: unset !important; | ||
z-index: 1000000 !important; | ||
} | ||
|
||
#main-window:-moz-lwtheme :-moz-any(.browserContainer,#viewSource) :-moz-any(findbar,#FindToolbar) { | ||
-moz-appearance: none !important; | ||
border: 1px solid var(--tabs-border-color) !important; | ||
border-top: 0px solid transparent !important; | ||
} | ||
|
||
#main-window:-moz-lwtheme :-moz-any(.browserContainer,#viewSource) :-moz-any(findbar,#FindToolbar) .findbar-container { | ||
-moz-appearance: none !important; | ||
background-image: linear-gradient(to bottom, var(--toolbar-bgcolor),var(--toolbar-bgcolor)) !important; | ||
-moz-margin-end: -18px !important; | ||
-moz-padding-end: 18px !important; | ||
} | ||
|
||
|
||
:-moz-any(.browserContainer, #viewSource) :-moz-any(.findbar-find-status,.found-matches) { | ||
-moz-margin-start: 4px !important; | ||
-moz-margin-end: 4px !important; | ||
font-weight: bold !important; | ||
} | ||
:-moz-any(.browserContainer, #viewSource) .findbar-find-status { | ||
font-style: italic !important; | ||
} | ||
#main-window:not(:-moz-lwtheme-brighttext) :-moz-any(.browserContainer, #viewSource) .findbar-find-status { | ||
color: red !important; | ||
} | ||
#main-window:not(:-moz-lwtheme-brighttext) :-moz-any(.browserContainer, #viewSource) .found-matches { | ||
color: green !important; | ||
} | ||
#main-window:-moz-lwtheme-brighttext :-moz-any(.browserContainer, #viewSource) :-moz-any(.findbar-find-status,.found-matches) { | ||
color: white !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,22 @@ | ||
/* Firefox Quantum userChrome.css tweaks ************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
notification { | ||
height: 16px !important; | ||
font-size: 1em !important; | ||
} | ||
.messageImage { | ||
width: 16px !important; | ||
height: 16px !important; | ||
} | ||
.messageCloseButton > .toolbarbutton-icon { | ||
margin-inline-end: 12px !important; | ||
padding: 0px !important; | ||
width: 20px !important; /*DEFAULT: 20px in close-icon.css*/ | ||
height: 20px !important; /*DEFAULT: 20px in close-icon.css*/ | ||
} | ||
.notification-button { | ||
height: 16px !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
12 changes: 12 additions & 0 deletions
12
...c/css/toolbars/addonbar_move_bookmarks_toolbar_to_bottom_tabs_on_bottom_compatibility.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 @@ | ||
/* Firefox Quantum userChrome.css tweaks ************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox > #PersonalToolbar { | ||
bottom: 27px !important; | ||
} | ||
|
||
#main-window:not([chromehidden*="toolbar"]) :-moz-any(.browserContainer,#viewSource) :-moz-any(findbar,#FindToolbar){ | ||
margin-bottom: 27px !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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
#PersonalToolbar .bookmark-item{ | ||
width:130px; | ||
max-width:130px; | ||
} | ||
} |
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