bug 583145 - Theme the web console filter bar appropriately on the mac, r+a=dietrich

This commit is contained in:
Patrick Walton 2010-08-09 15:35:33 -03:00
parent acb2967879
commit 1569207050

View File

@ -20,6 +20,7 @@
*
* Contributor(s):
* David Dahl <ddahl@mozilla.com>
* Patrick Walton <pcwalton@mozilla.com>
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@ -35,6 +36,9 @@
*
* ***** END LICENSE BLOCK ***** */
%include shared.inc
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.hud-box {
border-bottom: 1px solid #aaa;
}
@ -150,6 +154,7 @@
/* these need to be revised ... */
.hud-console-filter-toolbar {
padding: 1px 0px;
background: @scopeBarBackground@ !important;
padding: 4px 1px;
-moz-box-align: center;
}