mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1350010, part 5 - Specify '-moz-context-properties' for more Firefox UI icons. r=dao
MozReview-Commit-ID: 3kgprRqjw5N
This commit is contained in:
parent
2c518aa08d
commit
3c81ffff38
@ -989,7 +989,7 @@ html|span.ac-emphasize-text-url {
|
||||
.ac-type-icon[type=keyword],
|
||||
.ac-site-icon[type=searchengine] {
|
||||
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg);
|
||||
/* uncomment after bug 1350010 lands: context-properties: fill; */
|
||||
-moz-context-properties: fill;
|
||||
fill: GrayText;
|
||||
}
|
||||
|
||||
|
@ -1766,7 +1766,7 @@ html|span.ac-emphasize-text-url {
|
||||
.ac-type-icon[type=keyword],
|
||||
.ac-site-icon[type=searchengine] {
|
||||
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg);
|
||||
/* uncomment after bug 1350010 lands: context-properties: fill; */
|
||||
-moz-context-properties: fill;
|
||||
fill: GrayText;
|
||||
}
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
-moz-appearance: none;
|
||||
border-style: none;
|
||||
list-style-image: url("chrome://browser/skin/page-action.svg");
|
||||
-moz-context-properties: fill;
|
||||
margin: 0;
|
||||
padding: 0 6px;
|
||||
fill: currentColor;
|
||||
|
@ -73,7 +73,7 @@
|
||||
#urlbar[actiontype="searchengine"] > #identity-box > #identity-icon {
|
||||
-moz-image-region: inherit;
|
||||
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg);
|
||||
/* uncomment after bug 1350010 lands: context-properties: fill; */
|
||||
-moz-context-properties: fill;
|
||||
fill: GrayText;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -1509,7 +1509,7 @@ html|span.ac-emphasize-text-url {
|
||||
.ac-type-icon[type=keyword],
|
||||
.ac-site-icon[type=searchengine] {
|
||||
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg);
|
||||
/* uncomment after bug 1350010 lands: context-properties: fill; */
|
||||
-moz-context-properties: fill;
|
||||
fill: GrayText;
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#header-utils-btn .toolbarbutton-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
|
||||
/* uncomment after bug 1350010 lands: context-properties: fill; */
|
||||
-moz-context-properties: fill;
|
||||
fill: GrayText;
|
||||
}
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#header-utils-btn {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
|
||||
/* uncomment after bug 1350010 lands: context-properties: fill; */
|
||||
-moz-context-properties: fill;
|
||||
fill: #424f5a;
|
||||
margin-inline-end: 18px;
|
||||
}
|
||||
|
@ -133,7 +133,7 @@
|
||||
border-radius: 20px;
|
||||
min-width: 0;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
|
||||
/* uncomment after bug 1350010 lands: context-properties: fill; */
|
||||
-moz-context-properties: fill;
|
||||
fill: #4d4d4d;
|
||||
margin-inline-end: 0;
|
||||
margin-bottom: 0;
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#header-utils-btn {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
|
||||
/* uncomment after bug 1350010 lands: context-properties: fill; */
|
||||
-moz-context-properties: fill;
|
||||
fill: #424f5a;
|
||||
margin-inline-end: 16px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user