X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=7a5a2de214d56585bd895310cc77e4e287fb7819;hp=2ef48dfc20301d2553bef6501ee3fc485d5fdd5f;hb=e0b5363ad8f4e66bcf767dad8e0e252f31b2e160;hpb=0d686391fa6b72dbbe596b569e595f729dced27c diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 2ef48dfc..7a5a2de2 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -158,15 +158,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 */ @@ -254,18 +261,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 */ @@ -281,13 +284,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; } @@ -319,7 +322,6 @@ } .hud-console-filter-toolbar { - padding: 1px 2px; -moz-box-align: center; } @@ -333,3 +335,7 @@ width: 100%; background-color: black; } + +.hud-splitter { + border: 0; +}