Skip to content

Commit

Permalink
4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Oct 28, 2023
1 parent 3f85c2c commit eb0032f
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 17 deletions.
2 changes: 1 addition & 1 deletion current/css/buttons/overflow_button_rotate_on_open.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
/****************************************************************************************/


#nav-bar-overflow-button[open="true"] .toolbarbutton-icon {
#nav-bar-overflow-button[open] .toolbarbutton-icon {
transform: rotate(90deg) !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
#urlbar .urlbarView-results > .urlbarView-row[has-url] > .urlbarView-row-inner > .urlbarView-url {
margin-top: 2px !important;
/*padding-inline-start: calc(6px + 1px + 16px) !important;*/
padding-inline-start: 23px !important;
}

#urlbar[actionoverride] .urlbarView-results > .urlbarView-row[has-url] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-title-separator,
Expand All @@ -27,8 +27,12 @@
#urlbar .urlbarView-results > .urlbarView-row:not([has-url]) > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-title-separator {
display: none !important;
}

#urlbar .urlbarView-results > .urlbarView-row:is([type=search],[type=switchtab]) > .urlbarView-row-inner > .urlbarView-no-wrap {
padding-bottom: 19px !important;
}

/*
#urlbar .urlbarView-results > .urlbarView-row:is([type=search],[type=switchtab]) > .urlbarView-row-inner > .urlbarView-no-wrap,
#urlbar .urlbarView-results > .urlbarView-row:not([has-url]) > .urlbarView-row-inner > .urlbarView-no-wrap {
padding-bottom: 19px !important;
}
Expand All @@ -44,7 +48,11 @@
position: absolute !important;
}

#urlbar .urlbarView-results > .urlbarView-row:is([type=search],[type=switchtab]) > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-action,
#urlbar .urlbarView-results > .urlbarView-row:is([type=search],[type=switchtab]) > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-action {
margin-bottom: 30px !important;
padding-inline-start: 24px !important;
}

#urlbar .urlbarView-results > .urlbarView-row:not([has-url]) > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-action {
/*margin-bottom: 30px !important;*/
padding-inline-start: 24px !important;
Expand Down Expand Up @@ -114,3 +122,16 @@
.urlbarView-row[role="presentation"][type="search"] .urlbarView-action {
display: none !important;
}

/* Fx 119+ fix*/
.urlbarView-results[wrap] > .urlbarView-row {
&[has-url] > .urlbarView-row-inner > .urlbarView-url {
&:-moz-locale-dir(ltr) {
margin-left: unset !important;
}
&:-moz-locale-dir(rtl) {
margin-right: unset !important;
}
}
}

2 changes: 1 addition & 1 deletion current/css/tabs/default_tabs_photon.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
}

/* fix jumping pinned tabs / tabs box */
#TabsToolbar #tabbrowser-tabs[overflow="true"] .tabbrowser-tab[pinned] {
#TabsToolbar #tabbrowser-tabs[overflow] .tabbrowser-tab[pinned] {
min-height: calc( var(--tab-min-height) - 2px ) !important;
max-height: calc( var(--tab-min-height) - 2px ) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion current/css/tabs/tab_maxwidth.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/* tab max-width */
#tabbrowser-tabs:not([overflow="true"]):not([using-closing-tabs-spacer="true"]) .tabbrowser-tab[fadein]:not([pinned]) {
#tabbrowser-tabs:not([overflow]):not([using-closing-tabs-spacer="true"]) .tabbrowser-tab[fadein]:not([pinned]) {
max-width: var(--tab_max_width) !important;
overflow: hidden !important;
}
4 changes: 2 additions & 2 deletions current/css/tabs/tabs_below_navigation_toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@
border-inline-start: 0px solid color-mix(in srgb, currentColor 25%, transparent) !important;
}

:root:not([privatebrowsingmode=temporary]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs:not([overflow="true"]) {
:root:not([privatebrowsingmode=temporary]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs:not([overflow]) {
padding-inline-start: 0 !important;
margin-inline-start: 0 !important;
}

/* Fx 106+ */
/* Fx 106+ */
#private-browsing-indicator-with-label {
display: none !important;
}
2 changes: 1 addition & 1 deletion current/css/tabs/tabs_below_navigation_toolbar_alt.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
border-inline-start: 0px solid color-mix(in srgb, currentColor 25%, transparent) !important;
}

:root:not([privatebrowsingmode=temporary]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs:not([overflow="true"]) {
:root:not([privatebrowsingmode=temporary]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs:not([overflow]) {
padding-inline-start: 0 !important;
margin-inline-start: 0 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion current/css/tabs/tabs_below_navigation_toolbar_macOS.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
border-inline-start: 0px solid color-mix(in srgb, currentColor 25%, transparent) !important;
}

:root:not([privatebrowsingmode=temporary]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs:not([overflow="true"]) {
:root:not([privatebrowsingmode=temporary]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs:not([overflow]) {
padding-inline-start: 0 !important;
margin-inline-start: 0 !important;
}
Expand Down
6 changes: 0 additions & 6 deletions current/css/tabs/tabs_firefox_view_button_hidden.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
/****************************************************************************************/


:root:not([privatebrowsingmode=temporary]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs {
border-inline-start: 0px solid color-mix(in srgb, currentColor 25%, transparent) !important;
padding-inline-start: 0 !important;
margin-inline-start: 0 !important;
}

#firefox-view-button {
display: none !important;
}
2 changes: 1 addition & 1 deletion current/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Firefox userChrome.css tweaks: main file
Custom CSS for Firefox 115+
Current version: 4.4.4
Current version: 4.4.5
Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code
Github: https://github.com/aris-t2/customcssforfx
Expand Down

0 comments on commit eb0032f

Please sign in to comment.