Bug 1285455 - Firebug theme - element-picker button is too tall in Animation Inspector r?Honza draft
authorRicky Chien <ricky060709@gmail.com>
Mon, 11 Jul 2016 16:40:14 +0800
changeset 386148 ca8177bd004789c4b7d7870a68744d1690548cd1
parent 386010 679118259e91f40d4a8f968f03ec4cff066cdb5b
child 525043 98a8edf32f7f3fbb98b42650ed4acab1a6fa3376
push id22632
push userbmo:rchien@mozilla.com
push dateMon, 11 Jul 2016 08:43:56 +0000
reviewersHonza
bugs1285455
milestone50.0a1
Bug 1285455 - Firebug theme - element-picker button is too tall in Animation Inspector r?Honza MozReview-Commit-ID: EDmgDU2vJ3V
devtools/client/themes/firebug-theme.css
--- a/devtools/client/themes/firebug-theme.css
+++ b/devtools/client/themes/firebug-theme.css
@@ -242,8 +242,12 @@
 
 .theme-firebug .devtools-toolbarbutton {
   min-width: 24px;
 }
 
 .theme-firebug #command-button-frames {
   min-width: 32px;
 }
+
+.theme-firebug #element-picker {
+  min-height: 21px;
+}