X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=8023a8e2a34fd2e5f72d1b021b7473d4fd000515;hb=85cfb236a2389fdc0521eaef527cd6c60471caec;hp=6d065376f69f02340782d2bded3136caa8658d66;hpb=c5772fdfc8610c3a9c9979d3821839895f8afdde;p=themes.git diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 6d065376..8023a8e2 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -1,39 +1,6 @@ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is DevTools code - * - * The Initial Developer of the Original Code is - * Mozilla Corporation - * Portions created by the Initial Developer are Copyright (C) 2010 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * David Dahl - - * 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 - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .hud-box { border-bottom: 3px solid #000000; @@ -159,15 +126,22 @@ list-style-image: url("chrome://browser/skin/devtools/webconsole.png"); } -.webconsole-filter-button > .toolbarbutton-menubutton-button, -.webconsole-filter-button > .toolbarbutton-menubutton-button:hover:active { - -moz-padding-start: 6px; - -moz-padding-end: 3px; +.webconsole-filter-button:hover:active > .toolbarbutton-menubutton-button, +.webconsole-filter-button[open="true"] > .toolbarbutton-menubutton-button { } .webconsole-filter-button { -moz-margin-start: 3px; - -moz-margin-end: 3px; + padding: 0 !important; +} + +.webconsole-filter-button menuitem { + -moz-image-region: auto; +} + +.hud-filter-box { + margin-top: 0; + margin-bottom: 0; } /* Network styles */ @@ -255,18 +229,14 @@ .webconsole-close-button { border: none; - padding: 3px; - list-style-image: url("chrome://global/skin/icons/close.png"); - -moz-image-region: rect(0, 16px, 16px, 0); - -moz-appearance: none; -} - -.webconsole-close-button:hover { - -moz-image-region: rect(0, 32px, 16px, 16px); + padding-top: 4px; + padding-bottom: 5px; + list-style-image: url("chrome://global/skin/icons/close-button.gif"); } +.webconsole-close-button:hover, .webconsole-close-button:hover:active { - -moz-image-region: rect(0, 48px, 16px, 32px); + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); } /* JSTerm Styles */ @@ -282,13 +252,13 @@ } .jsterm-output-node { - width: 100%; - height: 400px; - color: white; - background-color: black; - overflow: auto; - overflow-x: auto; - position: absolute; + width: 100%; + height: 400px; + color: white; + background-color: black; + overflow: auto; + overflow-x: auto; + position: absolute; -moz-box-direction: reverse; } @@ -320,7 +290,6 @@ } .hud-console-filter-toolbar { - padding: 1px 2px; -moz-box-align: center; } @@ -334,3 +303,7 @@ width: 100%; background-color: black; } + +.hud-splitter { + border: 0; +}