Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Jun 15, 2023
1 parent a7dae52 commit 99180ec
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/other/firefox/WhiteSur/parts/tabsbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
3 changes: 3 additions & 0 deletions src/other/firefox/common/icons/go-next-symbolic-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/other/firefox/common/icons/go-previous-symbolic-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/other/firefox/common/parts/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
7 changes: 7 additions & 0 deletions src/other/firefox/common/parts/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 99180ec

Please sign in to comment.