-
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
15 changed files
with
211 additions
and
16 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
12 changes: 12 additions & 0 deletions
12
current/css/locationbar/urlbar_searchmode_switcher_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 @@ | ||
/* Firefox userChrome.css tweaks ********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
#urlbar-searchmode-switcher { | ||
display: none !important; | ||
} | ||
|
||
#urlbar[pageproxystate="invalid"] #identity-box { | ||
display: flex !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
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 userChrome.css tweaks ********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
:root { | ||
--tab-min-height: 29px !important; | ||
|
||
&[uidensity=compact] { | ||
--tab-min-height: unset !important; | ||
} | ||
|
||
&[uidensity=touch] { | ||
--tab-min-height: 36px !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
107 changes: 107 additions & 0 deletions
107
current/css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_fx133.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,107 @@ | ||
/* Firefox userChrome.css tweaks ********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
@import "tabs_below_navigation_toolbar_fx133.css"; | ||
|
||
|
||
:root:not([lwtheme])[tabsintitlebar] #nav-bar, | ||
#main-window[tabsintitlebar] #nav-bar { | ||
appearance: none !important; | ||
background: transparent !important; | ||
border-top: unset !important; | ||
} | ||
|
||
:root:not([lwtheme])[tabsintitlebar] #toolbar-menubar[autohide][inactive] ~ #nav-bar, | ||
#main-window[tabsintitlebar] #toolbar-menubar[autohide][inactive] ~ #nav-bar { | ||
margin-inline-end: 145px !important; | ||
} | ||
|
||
#main-window[tabsintitlebar][sizemode="normal"] #navigator-toolbox #nav-bar { | ||
border-left: 0px !important; | ||
border-right: 0px !important; | ||
} | ||
|
||
#main-window[tabsintitlebar] #toolbar-menubar { | ||
margin-bottom: 26px !important; | ||
} | ||
#main-window[tabsintitlebar] #toolbar-menubar[autohide][inactive] { | ||
margin-bottom: 0px !important; | ||
} | ||
|
||
#main-window[tabsintitlebar] #toolbar-menubar .titlebar-buttonbox-container { | ||
display: none !important; | ||
} | ||
|
||
#main-window[tabsintitlebar] #nav-bar, | ||
#main-window[tabsintitlebar][sizemode="maximized"] #nav-bar { | ||
margin-top: -20px !important; | ||
z-index: 1000 !important; | ||
} | ||
|
||
@media (-moz-platform: windows) { | ||
#main-window[tabsintitlebar] #nav-bar, | ||
#main-window[tabsintitlebar][sizemode="maximized"] #nav-bar { | ||
margin-top: -24px !important; | ||
} | ||
} | ||
|
||
/* move caption buttons to windows top right position */ | ||
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) #toolbar-menubar ~ #TabsToolbar .titlebar-buttonbox-container { | ||
position: fixed !important; | ||
right: 0 !important; | ||
visibility: visible !important; | ||
display: block !important; | ||
} | ||
|
||
/* caption button position in maximized mode after moving to the top */ | ||
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) #toolbar-menubar ~ #TabsToolbar .titlebar-buttonbox-container, | ||
#main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) #TabsToolbar .titlebar-buttonbox-container { | ||
top: -14px !important; | ||
} | ||
|
||
|
||
/* Windows */ | ||
@media (-moz-platform: windows) { | ||
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) #toolbar-menubar ~ #TabsToolbar .titlebar-buttonbox-container { | ||
top: 1px !important; | ||
} | ||
#main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) #toolbar-menubar ~ #TabsToolbar .titlebar-buttonbox-container { | ||
top: 0px !important; | ||
} | ||
} | ||
|
||
/* Windows 7 extra tweaks */ | ||
@media (-moz-os-version:windows-win7), (-moz-os-version: windows-win7) { | ||
@media all and (-moz-windows-compositor) { | ||
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) #toolbar-menubar ~ #TabsToolbar .titlebar-buttonbox-container { | ||
display: none !important; | ||
} | ||
} | ||
@media not all and (-moz-windows-compositor) { | ||
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) #toolbar-menubar ~ #TabsToolbar .titlebar-buttonbox-container { | ||
top: -2px !important; | ||
} | ||
#main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) #toolbar-menubar ~ #TabsToolbar .titlebar-buttonbox-container { | ||
top: 0px !important; | ||
} | ||
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) #toolbar-menubar[autohide="true"]:not([inactive="true"]) ~ #TabsToolbar .titlebar-buttonbox-container { | ||
display: none !important; | ||
} | ||
} | ||
} | ||
|
||
/* tweaks for fullscreen mode */ | ||
#main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar ~ #TabsToolbar .titlebar-buttonbox-container, | ||
#main-window[tabsintitlebar][sizemode="fullscreen"] #navigator-toolbox #PanelUI-button, | ||
#main-window #TabsToolbar #window-controls { | ||
display: none !important; | ||
} | ||
|
||
@media all and (-moz-windows-classic) { | ||
:root:not([lwtheme])[tabsintitlebar] #nav-bar, | ||
#main-window[tabsintitlebar] #nav-bar { | ||
margin-inline-end: 0px !important; | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...ent/css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton_fx133.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,11 @@ | ||
/* Firefox userChrome.css tweaks ********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
@import "./tabs_below_navigation_toolbar_higher_navbar_positon_fx133.css"; | ||
|
||
#main-window[tabsintitlebar] #toolbar-menubar[autohide][inactive] ~ #nav-bar #nav-bar-customization-target { | ||
padding-inline-start: 110px !important; | ||
} | ||
/**/ |
10 changes: 10 additions & 0 deletions
10
...bs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton_icon_only_fx133.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,10 @@ | ||
/* Firefox userChrome.css tweaks ********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
|
||
@import "./tabs_below_navigation_toolbar_higher_navbar_positon_fx133.css"; | ||
|
||
#main-window[tabsintitlebar] #toolbar-menubar[autohide][inactive] ~ #nav-bar #nav-bar-customization-target { | ||
padding-inline-start: 60px !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
8 changes: 8 additions & 0 deletions
8
current/css/toolbars/addonbar_move_bookmarks_toolbar_to_bottom_temp_fix_fx132.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,8 @@ | ||
/* Firefox userChrome.css tweaks ********************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssforfx ************************************/ | ||
/****************************************************************************************/ | ||
|
||
#main-window:not([inDOMFullscreen="true"],[sizemode="fullscreen"]) #browser, | ||
#main-window:not([inDOMFullscreen="true"],[sizemode="fullscreen"]) #customization-container { | ||
margin-bottom: 4px !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