mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-20 19:41:57 -08:00
Fix: Content - folder icon rule as locally #938
This commit is contained in:
parent
5fe1a8418f
commit
ce22061aca
3 changed files with 34 additions and 25 deletions
36
css/leptonContent.css
generated
36
css/leptonContent.css
generated
|
|
@ -3265,12 +3265,15 @@
|
|||
/** Menu - Icons Layout *******************************************************/
|
||||
@supports not -moz-bool-pref("userChrome.icon.disabled") {
|
||||
@supports -moz-bool-pref("userChrome.icon.menu") {
|
||||
:root {
|
||||
--uc-folder-icon: url("chrome://global/skin/icons/folder.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.library") {
|
||||
@-moz-document url-prefix("about:"), regexp("^(((jar:)?file:///)|(chrome://)).*/$")
|
||||
{
|
||||
:root {
|
||||
--uc-folder-icon: url("../icons/folder.svg");
|
||||
--uc-folder-icon: url("chrome://global/skin/icons/folder.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.library") {
|
||||
:root {
|
||||
--uc-folder-icon: url("../icons/folder.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
@-moz-document url("chrome://browser/content/places/places.xhtml"), url("about:downloads")
|
||||
|
|
@ -7071,16 +7074,17 @@
|
|||
}
|
||||
/** Menu - Icons Layout *******************************************************/
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") {
|
||||
:root {
|
||||
--uc-folder-icon: url("chrome://global/skin/icons/folder.svg");
|
||||
@-moz-document url-prefix("about:"), regexp("^(((jar:)?file:///)|(chrome://)).*/$")
|
||||
{
|
||||
:root {
|
||||
--uc-folder-icon: url("chrome://global/skin/icons/folder.svg");
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") {
|
||||
:root {
|
||||
--uc-folder-icon: url("../icons/folder.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.library") {
|
||||
:root {
|
||||
--uc-folder-icon: url("../icons/folder.svg");
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") {
|
||||
@-moz-document url("chrome://browser/content/places/places.xhtml"), url("about:downloads")
|
||||
{
|
||||
menupopup menuitem:not([type="checkbox"][checked="true"], [type="radio"]),
|
||||
|
|
@ -7452,8 +7456,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") {
|
||||
@-moz-document url-prefix("about:addons") {
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") {
|
||||
button[role="menuitem"] {
|
||||
|
|
@ -7484,8 +7486,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") {
|
||||
@-moz-document url-prefix("about:logins") {
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") {
|
||||
.menuitem-export {
|
||||
|
|
|
|||
13
css/leptonContentESR.css
generated
13
css/leptonContentESR.css
generated
|
|
@ -3268,12 +3268,15 @@
|
|||
/** Menu - Icons Layout *******************************************************/
|
||||
@supports not -moz-bool-pref("userChrome.icon.disabled") {
|
||||
@supports -moz-bool-pref("userChrome.icon.menu") {
|
||||
:root {
|
||||
--uc-folder-icon: url("chrome://global/skin/icons/folder.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.library") {
|
||||
@-moz-document url-prefix("about:"), regexp("^(((jar:)?file:///)|(chrome://)).*/$")
|
||||
{
|
||||
:root {
|
||||
--uc-folder-icon: url("../icons/folder.svg");
|
||||
--uc-folder-icon: url("chrome://global/skin/icons/folder.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.library") {
|
||||
:root {
|
||||
--uc-folder-icon: url("../icons/folder.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
@-moz-document url("chrome://browser/content/places/places.xhtml"), url("about:downloads")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue