зеркало из https://github.com/mozilla/pjs.git
bug 583145 - Theme the web console filter bar appropriately on the mac, r+a=dietrich
This commit is contained in:
Родитель
6ae8bd6de1
Коммит
27de8f9a36
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче