Bug 1366026 - add a screenshots item to the library, r?jaws draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Mon, 17 Jul 2017 12:31:35 +0100
changeset 612697 d6bb1d48479588ee86349d5fdfae493bde527598
parent 612696 7d2e89fb92331d7e4296391213c1e63db628e046
child 638477 579769b6f4bd2f42a30e482cfbf6bc5fc262d78a
push id69572
push usergijskruitbosch@gmail.com
push dateFri, 21 Jul 2017 00:02:30 +0000
reviewersjaws
bugs1366026
milestone56.0a1
Bug 1366026 - add a screenshots item to the library, r?jaws MozReview-Commit-ID: 7DpVOBgf3rw
browser/themes/shared/customizableui/panelUI.inc.css
--- a/browser/themes/shared/customizableui/panelUI.inc.css
+++ b/browser/themes/shared/customizableui/panelUI.inc.css
@@ -1293,16 +1293,20 @@ photonpanelmultiview .subviewbutton[chec
 }
 
 photonpanelmultiview .panel-banner-item > .toolbarbutton-multiline-text {
   font: menu;
   padding: 0;
   padding-inline-start: 8px; /* See '.subviewbutton-iconic > .toolbarbutton-text' rule above. */
 }
 
+photonpanelmultiview .subviewbutton-iconic > .toolbarbutton-icon {
+  width: 16px;
+}
+
 photonpanelmultiview .subviewbutton {
   -moz-context-properties: fill;
   fill: currentColor;
 }
 
 photonpanelmultiview .subviewbutton[checked="true"] {
   background: none;
   list-style-image: url(chrome://browser/skin/check.svg);