Bug 1406620 - Set fill-opacity for bookmarks tree icons. r?mak draft
authorDão Gottwald <dao@mozilla.com>
Sat, 07 Oct 2017 12:04:11 +0200
changeset 676400 0917eb0c89b8563e3b355db5d0ce044300040f05
parent 676397 6b0491f83229a80462793c74825f79b1ec1d9cda
child 734916 906489be8de2d1d00eecf318567edee1e80d0f62
push id83469
push userdgottwald@mozilla.com
push dateSat, 07 Oct 2017 10:04:51 +0000
reviewersmak
bugs1406620
milestone58.0a1
Bug 1406620 - Set fill-opacity for bookmarks tree icons. r?mak MozReview-Commit-ID: 6dnRbidUp2H
browser/themes/shared/places/tree-icons.inc.css
--- a/browser/themes/shared/places/tree-icons.inc.css
+++ b/browser/themes/shared/places/tree-icons.inc.css
@@ -6,18 +6,19 @@ treechildren::-moz-tree-image(title) {
   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
   padding-inline-end: 2px;
   margin: 0 2px;
   width: 16px;
   height: 16px;
 }
 
 treechildren:-moz-tree-image {
-  -moz-context-properties: fill;
+  -moz-context-properties: fill, fill-opacity;
   fill: -moz-FieldText;
+  fill-opacity: 0.7;
 }
 
 treechildren::-moz-tree-image(title, livemarkItem) {
   list-style-image: url("chrome://browser/skin/places/livemark-item.png");
   -moz-image-region: rect(0px, 16px, 16px, 0px);
 }
 
 treechildren::-moz-tree-image(title, livemarkItem, visited) {