update
This commit is contained in:
parent
a7dae52f98
commit
99180eca2b
5 changed files with 17 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m4.8418 1.8416c-0.12781 0-0.25558 0.04855-0.35352 0.14648-0.19587 0.19587-0.19587 0.51116 0 0.70703l5.3047 5.3047-5.3047 5.3047c-0.19587 0.19587-0.19587 0.51116 0 0.70703s0.51116 0.19587 0.70703 0l5.6582-5.6582c0.19587-0.19587 0.19587-0.51116 0-0.70703l-5.6582-5.6582c-0.097934-0.097934-0.22571-0.14648-0.35352-0.14648z" fill="#dfdfdf" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8091"/>
|
||||
</svg>
|
After Width: | Height: | Size: 502 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m10.159 1.8416c0.12781 0 0.25558 0.04855 0.35352 0.14648 0.19587 0.19587 0.19587 0.51116 0 0.70703l-5.3047 5.3047 5.3047 5.3047c0.19587 0.19587 0.19587 0.51116 0 0.70703s-0.51116 0.19587-0.70703 0l-5.6582-5.6582c-0.19587-0.19587-0.19587-0.51116 0-0.70703l5.6582-5.6582c0.09793-0.097934 0.22571-0.14648 0.35352-0.14648z" fill="#dfdfdf" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8091"/>
|
||||
</svg>
|
After Width: | Height: | Size: 501 B |
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue