Bug 1267274 - Firebug theme: fix position of the Inspector button; r=helenvholmes

This commit is contained in:
Jan Odvarko 2016-04-26 08:52:32 +02:00
parent 805383743a
commit be6d109116

View File

@ -244,3 +244,8 @@
.theme-firebug .devtools-toolbarbutton {
min-width: 24px;
}
/* Move the Inspector button a bit down (looks better) */
.theme-firebug #command-button-pick > image {
margin-bottom: -4px;
}