Bug 1398289 - increase font size of the status text of the downloads subview in the library panel, r?mikedeboer draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Wed, 13 Sep 2017 10:53:33 +0100
changeset 663738 bcf7ecfcbb15f72f4c044314af8aa48a0672d93b
parent 663134 a73cc4e08bf5a005722c95b43f84ab0c8ff2bc7c
child 731275 d85ad749b6de9f588b5cd3894d0bfad15765db5b
push id79515
push userbmo:gijskruitbosch+bugs@gmail.com
push dateWed, 13 Sep 2017 09:54:01 +0000
reviewersmikedeboer
bugs1398289
milestone57.0a1
Bug 1398289 - increase font size of the status text of the downloads subview in the library panel, r?mikedeboer MozReview-Commit-ID: LDrCyjRgrGc
browser/themes/shared/customizableui/panelUI.inc.css
--- a/browser/themes/shared/customizableui/panelUI.inc.css
+++ b/browser/themes/shared/customizableui/panelUI.inc.css
@@ -2053,17 +2053,17 @@ photonpanelmultiview #panelMenu_pocket {
 
 .subviewbutton.download > .toolbarbutton-icon,
 .subviewbutton.download > .toolbarbutton-text > label {
   margin: 4px 0 0;
 }
 
 .subviewbutton.download > .toolbarbutton-text > .status-text {
   color: GrayText;
-  font-size: .7em;
+  font-size: .9em;
 }
 
 .subviewbutton.download > .action-button {
   -moz-context-properties: fill;
   fill: currentColor;
   list-style-image: url("chrome://browser/skin/find.svg");
   /* Measurement to vertically center this button: 1 line of text minus half of 4px top margin. */
   margin: calc(1em - 2px) 0 0;