Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Jan 28, 2023
1 parent 60d3325 commit 596428c
Show file tree
Hide file tree
Showing 44 changed files with 138 additions and 45 deletions.
2 changes: 1 addition & 1 deletion current/config/color_variables_aeroglass.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ toolbar:not(#TabsToolbar):not(#toolbar-menubar):not(#nav-bar):not(:-moz-lwtheme)
/* hide toolbar shadow */
#nav-bar:not(:-moz-lwtheme),
toolbar:not(#TabsToolbar):not(#toolbar-menubar):not(#nav-bar):not(:-moz-lwtheme) {
-moz-appearance: none !important;
appearance: none !important;
box-shadow: unset !important;
}

Expand Down
18 changes: 14 additions & 4 deletions current/css/aboutaddons/addons_manager_alternative_appearance.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

@media (max-width: 830px) {

:root {
:root {
--section-width: 100% !important;
--in-content-sidebar-width: 49px !important;
--main-margin-start: 0px !important;
}
}

}

Expand Down Expand Up @@ -383,14 +383,12 @@
margin-bottom: 0px !important;
}


#addons-page .main-content{
margin-inline-start: -1px !important;
}

.main-heading,
.main-search {
/* background: unset !important;*/
max-width: unset !important;
padding-inline-start: unset !important;
padding-top: unset !important;
Expand Down Expand Up @@ -520,5 +518,17 @@
height: unset !important;
margin: unset !important;
}

/* fix Firefox bug */
#addon-inline-options {
height: unset !important;
min-height: 100% !important;
}

.inline-options-stack {
height: unset !important;
min-height: calc(100vh - 220px) !important;
max-height: calc(100vh - 220px) !important;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@
border-color .2s ease-in,
box-shadow .2s ease-in !important;
}

/* deep Fx 109 bs and nonsense override */
#PersonalToolbar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@
border-color .2s ease-in,
box-shadow .2s ease-in !important;
}

/* deep Fx 109 bs and nonsense override */
#PlacesToolbar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,9 @@
#PersonalToolbar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-text,
#PersonalToolbar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-badge-stack {
background-color: transparent !important;
}
}

/* deep Fx 109 bs and nonsense override */
#PersonalToolbar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@
#PersonalToolbar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-badge-stack {
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#PersonalToolbar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,9 @@
#PersonalToolbar toolbarbutton.bookmark-item:hover:active:not(.subviewbutton, [disabled="true"]),
#PersonalToolbar toolbarbutton.bookmark-item[open="true"] {
background-color: transparent !important;
}
}

/* deep Fx 109 bs and nonsense override */
#PersonalToolbar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@
#PersonalToolbar toolbarbutton.bookmark-item[open="true"] {
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#PlacesToolbar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,8 @@
#toolbar-menubar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-badge-stack {
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#toolbar-menubar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
5 changes: 5 additions & 0 deletions current/css/buttons/buttons_on_navbar_aero_appearance.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@
#nav-bar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-badge-stack {
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#nav-bar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
5 changes: 5 additions & 0 deletions current/css/buttons/buttons_on_navbar_classic_appearance.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@
#nav-bar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-badge-stack {
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#nav-bar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#nav-bar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}

Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,8 @@
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#nav-bar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}

5 changes: 5 additions & 0 deletions current/css/buttons/buttons_on_navbar_glass_appearance.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@
#nav-bar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-badge-stack {
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#nav-bar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
5 changes: 5 additions & 0 deletions current/css/buttons/buttons_on_navbar_osx_appearance.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,8 @@
#nav-bar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-badge-stack {
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#nav-bar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
6 changes: 3 additions & 3 deletions current/css/buttons/buttons_on_navbar_squared_buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
margin-left: 2px !important;
margin-right: 2px !important;
}
#main-window[uidensity=compact] #nav-bar :is(#add-ons-button,#zoom-out-button,#zoom-in-button) .toolbarbutton-icon {
#main-window[uidensity=compact] #nav-bar :is(#add-ons-button,#unified-extensions-button,#zoom-out-button,#zoom-in-button) .toolbarbutton-icon {
padding-left: 8px !important;
padding-right: 8px !important;
}
Expand Down Expand Up @@ -103,7 +103,7 @@
height: 34px !important;
width: 34px !important;
}
#main-window:not([uidensity=compact]):not([uidensity=touch]) #nav-bar :is(#add-ons-button,#zoom-out-button,#zoom-in-button) .toolbarbutton-icon {
#main-window:not([uidensity=compact]):not([uidensity=touch]) #nav-bar :is(#add-ons-button,#unified-extensions-button,#zoom-out-button,#zoom-in-button) .toolbarbutton-icon {
padding-left: 11px !important;
padding-right: 11px !important;
}
Expand Down Expand Up @@ -155,7 +155,7 @@
height: 40px !important;
width: 40px !important;
}
#main-window[uidensity=touch] #nav-bar :is(#add-ons-button,#zoom-out-button,#zoom-in-button) .toolbarbutton-icon {
#main-window[uidensity=touch] #nav-bar :is(#add-ons-button,#unified-extensions-button,#zoom-out-button,#zoom-in-button) .toolbarbutton-icon {
padding-left: 14px !important;
padding-right: 14px !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@
#nav-bar toolbarbutton[disabled=true]{
opacity: 1.0 !important;
}

/* deep Fx 109 bs and nonsense override */
#nav-bar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,8 @@
#TabsToolbar .toolbarbutton-1:not([disabled=true]):is([open],[checked],:hover:active) > .toolbarbutton-badge-stack {
background-color: transparent !important;
}

/* deep Fx 109 bs and nonsense override */
#TabsToolbar :is(toolbarbutton.subviewbutton,.toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]),[overflowedItem=true]) > toolbarbutton):not([disabled]):hover {
background-color: unset !important;
}
6 changes: 3 additions & 3 deletions current/css/buttons/icons_colorized.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ toolbar:not(#TabsToolbar):not(:-moz-lwtheme) :is(.scrollbutton-up,.scrollbutton-
}

/*green*/
:is(#add-ons-button,#search-go-button,.search-go-button,#urlbar-go-button,.urlbar-go-button,#paste-button,#email-link-button,#reload-button),
:is(#add-ons-button,#unified-extensions-button,#search-go-button,.search-go-button,#urlbar-go-button,.urlbar-go-button,#paste-button,#email-link-button,#reload-button),
#reload-button .toolbarbutton-animatable-image {
fill: green !important;
}
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-brighttext :is(#add-ons-button,#search-go-button,.search-go-button,#urlbar-go-button,.urlbar-go-button,#paste-button,#email-link-button,#reload-button),
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-brighttext :is(#add-ons-button,#unified-extensions-button,#search-go-button,.search-go-button,#urlbar-go-button,.urlbar-go-button,#paste-button,#email-link-button,#reload-button),
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-brighttext #reload-button .toolbarbutton-animatable-image {
fill: lightgreen !important;
}
@media (-moz-content-prefers-color-scheme: dark) {
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme :is(#add-ons-button,#search-go-button,.search-go-button,#urlbar-go-button,.urlbar-go-button,#paste-button,#email-link-button,#reload-button),
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme :is(#add-ons-button,#unified-extensions-button,#search-go-button,.search-go-button,#urlbar-go-button,.urlbar-go-button,#paste-button,#email-link-button,#reload-button),
#main-window:not([style*='--lwt-header-image']):-moz-lwtheme #reload-button .toolbarbutton-animatable-image {
fill: lightgreen !important;
}
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_crystal.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_firebird.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_fx1.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_fx12_colorized.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_fx2.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_fx3.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_fx3strata.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_fx45.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_fx45_inverted.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_ie6.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
2 changes: 1 addition & 1 deletion current/css/buttons/icons_custom_icons_kempelton.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

:is(#back-button,#forward-button,#home-button,#stop-button,#reload-button,#bookmarks-menu-button,#history-panelmenu,
#add-ons-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#add-ons-button,#unified-extensions-button,#open-file-button,#save-page-button,#sync-button,#feed-button,#characterencoding-button,#e10s-button,
#new-window-button,#new-tab-button,#privatebrowsing-button,#find-button,#print-button,#fullscreen-button,#developer-button,
#preferences-button,#PanelUI-menu-button,#cut-button,#copy-button,#paste-button,#zoom-out-button,#zoom-in-button,
#tabview-button,#email-link-button,#sidebar-button,#web-apps-button,#webide-button,#developer-button,#containers-panelmenu,
Expand Down
Loading

0 comments on commit 596428c

Please sign in to comment.