mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 583145 - Theme the web console filter bar appropriately on the mac, r+a=dietrich
This commit is contained in:
parent
acb2967879
commit
1569207050
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user