mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Icons - Save button replace at panel #553
This commit is contained in:
parent
903542967d
commit
6cb451125f
2 changed files with 7 additions and 0 deletions
|
|
@ -8213,6 +8213,9 @@
|
|||
content: url("../icons/screenshot.svg");
|
||||
}
|
||||
}
|
||||
#save-page-button {
|
||||
list-style-image: url("../icons/toolbarButton-download.svg") !important;
|
||||
}
|
||||
#appMenu-settings-button {
|
||||
list-style-image: url("chrome://global/skin/icons/settings.svg");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,6 +100,10 @@
|
|||
content: url("../icons/screenshot.svg");
|
||||
}
|
||||
}
|
||||
#save-page-button {
|
||||
// #496 #553
|
||||
list-style-image: url("../icons/toolbarButton-download.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-settings-button {
|
||||
list-style-image: url("chrome://global/skin/icons/settings.svg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue