diff --git a/src/other/firefox/WhiteSur/parts/tabsbar.css b/src/other/firefox/WhiteSur/parts/tabsbar.css index 09702f0..83ccef5 100644 --- a/src/other/firefox/WhiteSur/parts/tabsbar.css +++ b/src/other/firefox/WhiteSur/parts/tabsbar.css @@ -477,9 +477,3 @@ tab[selected]:-moz-window-inactive { margin-inline-end: 4px !important; margin-inline-start: 4px !important; } - -/* Fix too many tabs text align */ -.tab-close-button[pinned], -#tabbrowser-tabs[closebuttons="activetab"]>#tabbrowser-arrowscrollbox>.tabbrowser-tab>.tab-stack>.tab-content>.tab-icon-stack[selected="true"] { - margin-left: auto !important; -} diff --git a/src/other/firefox/common/icons/go-next-symbolic-light.svg b/src/other/firefox/common/icons/go-next-symbolic-light.svg new file mode 100644 index 0000000..bd8c9da --- /dev/null +++ b/src/other/firefox/common/icons/go-next-symbolic-light.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/other/firefox/common/icons/go-previous-symbolic-light.svg b/src/other/firefox/common/icons/go-previous-symbolic-light.svg new file mode 100644 index 0000000..abb90a0 --- /dev/null +++ b/src/other/firefox/common/icons/go-previous-symbolic-light.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/other/firefox/common/parts/buttons.css b/src/other/firefox/common/parts/buttons.css index ab4bddb..7940894 100644 --- a/src/other/firefox/common/parts/buttons.css +++ b/src/other/firefox/common/parts/buttons.css @@ -58,6 +58,10 @@ button.customizationmode-button { transition: all 200ms; } +.permission-popup-permission-remove-button { + padding: 2px 4px !important; +} + menulist { -moz-appearance: none !important; background: var(--gnome-button-background) !important; diff --git a/src/other/firefox/common/parts/icons.css b/src/other/firefox/common/parts/icons.css index d6e1c64..4d6231f 100644 --- a/src/other/firefox/common/parts/icons.css +++ b/src/other/firefox/common/parts/icons.css @@ -707,6 +707,8 @@ treechildren::-moz-tree-image { #bookmarks-toolbar-button .toolbarbutton-icon, #bookmarks-toolbar-placeholder .toolbarbutton-icon, #screenshot-button .toolbarbutton-icon, + #scrollbutton-up .toolbarbutton-icon, + #scrollbutton-down .toolbarbutton-icon, #tracking-protection-icon, #pageActionButton, #permissions-granted-icon, @@ -755,6 +757,11 @@ treechildren::-moz-tree-image { list-style-image: url("../icons/audio-muted-symbolic-light.svg") !important; } + #urlbar-go-button, + .search-go-button { + list-style-image: url("../icons/go-next-symbolic-light.svg") !important; + } + #save-to-pocket-button, #pocket-button, #pageAction-panel-pocket { list-style-image: url("../icons/save-to-pocket-light.svg") !important;