Skip to content

Commit

Permalink
4.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Jun 17, 2023
1 parent 5d8465b commit f4539ae
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 29 deletions.
4 changes: 3 additions & 1 deletion current/css/appbutton/appbutton_popup_icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
fill: currentColor;
}

#appMenu_helpSwitchDevice > .toolbarbutton-icon,
#PanelUI-fxa-menu-connect-device-button > .toolbarbutton-icon {
-moz-context-properties: fill;
list-style-image: url("chrome://browser/skin/device-desktop.svg");
Expand Down Expand Up @@ -94,6 +95,7 @@
fill: currentColor;
}

#appMenuSearchHistory > .toolbarbutton-icon,
#appMenu-history-button > .toolbarbutton-icon {
-moz-context-properties: fill;
list-style-image: url("chrome://browser/skin/history.svg");
Expand Down Expand Up @@ -191,7 +193,7 @@

#appmenu-moreTools-button > .toolbarbutton-icon {
-moz-context-properties: fill;
list-style-image: url("chrome://browser/skin/developer.svg");
list-style-image: url("chrome://browser/skin/customize.svg");
padding-inline-end: 4px;
fill: currentColor;
}
Expand Down
12 changes: 6 additions & 6 deletions current/css/appbutton/appbutton_popup_icons_colorized.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
}

/* purple */
:is(#appMenu-new-private-window-button2,#appMenu-history-button,#appMenu-print-button2,#appMenu-translate-button) > .toolbarbutton-icon,
:is(#appMenu-new-private-window-button2,#appMenu-history-button,#appMenuSearchHistory,#appMenu-print-button2,#appMenu-translate-button) > .toolbarbutton-icon,
#PanelUI-history :is(#appMenuRecentlyClosedTabs,#appMenuRecentlyClosedWindows,#appMenuRestoreSession,#appMenu-restoreSession) > .toolbarbutton-icon {
fill: #800080 !important;
}

#main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-brighttext :is(#appMenu-new-private-window-button2,#appMenu-history-button,#appMenu-print-button2,#appMenu-translate-button) > .toolbarbutton-icon,
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-brighttext :is(#appMenu-new-private-window-button2,#appMenu-history-button,#appMenuSearchHistory,#appMenu-print-button2,#appMenu-translate-button) > .toolbarbutton-icon,
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-brighttext #PanelUI-history :is(#appMenuRecentlyClosedTabs,#appMenuRecentlyClosedWindows,#appMenuRestoreSession,#appMenu-restoreSession) > .toolbarbutton-icon {
fill: #ff00ff !important;
}

@media (-moz-content-prefers-color-scheme: dark) {
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme :is(#appMenu-new-private-window-button2,#appMenu-history-button,#appMenu-print-button2) > .toolbarbutton-icon,
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme :is(#appMenu-new-private-window-button2,#appMenu-history-button,#appMenuSearchHistory,#appMenu-print-button2) > .toolbarbutton-icon,
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme #PanelUI-history :is(#appMenuRecentlyClosedTabs,#appMenuRecentlyClosedWindows,#appMenuRestoreSession,#appMenu-restoreSession) > .toolbarbutton-icon {
fill: #ff00ff !important;
}
Expand Down Expand Up @@ -97,16 +97,16 @@
}

/* orange */
:is(#appMenu-new-tab-button2,#appMenu-fullscreen-button2,#panelMenu_viewBookmarksToolbar,#PanelUI-fxa-menu-connect-device-button,#appMenu_helpSafeMode,#appMenu_troubleShooting) > .toolbarbutton-icon {
:is(#appMenu-new-tab-button2,#appMenu-fullscreen-button2,#panelMenu_viewBookmarksToolbar,#PanelUI-fxa-menu-connect-device-button,#appMenu_helpSwitchDevice,#appMenu_helpSafeMode,#appMenu_troubleShooting) > .toolbarbutton-icon {
fill: orange !important;
}

#main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-brighttext :is(#appMenu-new-tab-button2,#appMenu-fullscreen-button2,#panelMenu_viewBookmarksToolbar,#PanelUI-fxa-menu-connect-device-button,#appMenu_helpSafeMode,#appMenu_troubleShooting) > .toolbarbutton-icon {
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-brighttext :is(#appMenu-new-tab-button2,#appMenu-fullscreen-button2,#panelMenu_viewBookmarksToolbar,#PanelUI-fxa-menu-connect-device-button,#appMenu_helpSwitchDevice,#appMenu_helpSafeMode,#appMenu_troubleShooting) > .toolbarbutton-icon {
fill: orange !important;
}

@media (-moz-content-prefers-color-scheme: dark) {
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme :is(#appMenu-new-tab-button2,#appMenu-fullscreen-button2,#panelMenu_viewBookmarksToolbar,#PanelUI-fxa-menu-connect-device-button,#appMenu_helpSafeMode,#appMenu_troubleShooting) > .toolbarbutton-icon {
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme :is(#appMenu-new-tab-button2,#appMenu-fullscreen-button2,#panelMenu_viewBookmarksToolbar,#PanelUI-fxa-menu-connect-device-button,#appMenu_helpSwitchDevice,#appMenu_helpSafeMode,#appMenu_troubleShooting) > .toolbarbutton-icon {
fill: orange !important;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
height: var(--urlbar-height) !important;
padding-block: 1px !important;
padding-inline: 1px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}

/* disable result item roundness */
Expand Down
26 changes: 9 additions & 17 deletions current/css/locationbar/urlbar_background_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,23 @@
--urlbar_text_color: black;
}

#urlbar-search-mode-indicator,
#page-action-buttons,
#identity-icon-box,
#urlbar-background,
#searchbar {

#main-window:not([privatebrowsingmode]) :is(#urlbar-search-mode-indicator,#page-action-buttons,#identity-icon-box,#urlbar-background,#searchbar) {
background-color: var(--urlbar_background_color) !important;
}

#searchbar:-moz-lwtheme,
#urlbar:-moz-lwtheme #urlbar-input,
#urlbar:-moz-lwtheme #urlbar-scheme,
#urlbar:-moz-lwtheme #page-action-buttons,
#urlbar:-moz-lwtheme #identity-icon-box,
#urlbar:-moz-lwtheme #urlbar-input-container,
#urlbar:-moz-lwtheme #urlbar-background,
#urlbar:-moz-lwtheme .urlbarView,
#urlbar:-moz-lwtheme:-moz-lwtheme-darktext .urlbarView-row:not([type=tip], [type=dynamic])[selected] > .urlbarView-row-inner,
#urlbar:-moz-lwtheme:-moz-lwtheme-darktext .urlbarView-row-inner[selected] {

#main-window:not([privatebrowsingmode]) #searchbar:-moz-lwtheme,
#main-window:not([privatebrowsingmode]) #urlbar:-moz-lwtheme :is(#urlbar-input,#urlbar-scheme,#page-action-buttons,#identity-icon-box,#urlbar-input-container,#urlbar-background,.urlbarView),
#main-window:not([privatebrowsingmode]) #urlbar:-moz-lwtheme:-moz-lwtheme-darktext .urlbarView-row:not([type=tip], [type=dynamic])[selected] > .urlbarView-row-inner,
#main-window:not([privatebrowsingmode]) #urlbar:-moz-lwtheme:-moz-lwtheme-darktext .urlbarView-row-inner[selected] {
color: var(--urlbar_text_color) !important;
fill: var(--urlbar_text_color) !important;
}

@media (-moz-content-prefers-color-scheme: light) {
#urlbar:-moz-lwtheme .urlbarView-row:not([type=tip], [type=dynamic])[selected] > .urlbarView-row-inner,
#urlbar:-moz-lwtheme .urlbarView-row-inner[selected] {
#main-window:not([privatebrowsingmode]) #urlbar:-moz-lwtheme .urlbarView-row:not([type=tip], [type=dynamic])[selected] > .urlbarView-row-inner,
#main-window:not([privatebrowsingmode]) #urlbar:-moz-lwtheme .urlbarView-row-inner[selected] {
color: var(--urlbar_text_color) !important;
fill: var(--urlbar_text_color) !important;
}
Expand Down
6 changes: 3 additions & 3 deletions current/css/locationbar/urlbar_background_color_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
/****************************************************************************************/


:is(#urlbar-background, #urlbar-input-container,.urlbarView-body-inner, #searchbar, .searchbar-textbox) {
#main-window:not([privatebrowsingmode]) :is(#urlbar-background, #urlbar-input-container,.urlbarView-body-inner, #searchbar, .searchbar-textbox) {
background-color: black !important;
color: lightgrey !important;
}

:is(#urlbar, #searchbar, .searchbar-textbox) ::-moz-selection {
#main-window:not([privatebrowsingmode]) :is(#urlbar, #searchbar, .searchbar-textbox) ::-moz-selection {
background: white !important;
color: black !important;
}

#identity-icon{
#main-window:not([privatebrowsingmode]) #identity-icon{
opacity: 1 !important;
}
4 changes: 2 additions & 2 deletions current/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*===============================================================================
Firefox userChrome.css tweaks: main file
Custom CSS for Firefox 110+
Current version: 4.3.8
Custom CSS for Firefox 114+
Current version: 4.3.9
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 f4539ae

Please sign in to comment.