X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdark-theme.css;h=38407b5d930233ae1a13166b292431eefe58b7c7;hp=54b0221a091c5fc14caccc098f4c579532f9f795;hb=19988d2d5bba419a5f24824e3c7edf3119d95898;hpb=b3bf08b110943f4abc9642b613f0dcb078c22b0b diff --git a/LCARStrek/browser/devtools/dark-theme.css b/LCARStrek/browser/devtools/dark-theme.css index 54b0221a..38407b5d 100644 --- a/LCARStrek/browser/devtools/dark-theme.css +++ b/LCARStrek/browser/devtools/dark-theme.css @@ -3,8 +3,9 @@ * 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/. */ -/* According to: - * https://bugzilla.mozilla.org/show_bug.cgi?id=715472#c17 +/* Colors are taken from: + * https://developer.mozilla.org/en-US/docs/Tools/DevToolsColors. + * Changes should be kept in sync with commandline.css and commandline.inc.css. */ :root { --theme-body-background: #000000; @@ -17,6 +18,8 @@ --theme-toolbar-background: #000000; --theme-hover-background: #FFCF00; --theme-hover-color: #000000; + --theme-active-background: #FFCF00; + --theme-active-color: #000000; --theme-selection-background: #008484; --theme-selection-color: #000000; --theme-selection-background2: #004242; @@ -25,6 +28,7 @@ --theme-splitter-color: #9C9CFF; --theme-comment: #A09090; + --theme-sidebar-background: #000000; --theme-contrastsidebar-background: #A09090; --theme-contrastsidebar-color: #000000; --theme-contrastsidebar-bordercolor: #000000; @@ -34,6 +38,7 @@ --theme-content-color1: #FF9F00; --theme-content-color2: #A09090; --theme-content-color3: #FF9F00; + --theme-content-color4: #9C9CFF; --theme-content-disabled: #8050B0; --theme-text-blue: #3333FF; @@ -46,6 +51,14 @@ --theme-highlight-orange: #FF9F00; --theme-highlight-red: #FF0000; --theme-highlight-pink: #E7ADE7; + + /* Colors used in Graphs, like performance tools. Mostly similar to some "highlight-*" colors. */ + --theme-graphs-green: #008484; + --theme-graphs-blue: #9C9CFF; + --theme-graphs-purple: #C09070; + --theme-graphs-yellow: #FFCF00; + --theme-graphs-red: #FF0000; + --theme-graphs-grey: #A09090; } .theme-body { @@ -204,7 +217,8 @@ .theme-toolbar, .devtools-toolbar, -.devtools-sidebar-tabs > tabs, +.devtools-sidebar-tabs tabs, +.devtools-sidebar-alltabs, .CodeMirror-dialog { /* General toolbar styling */ /* color: var(--theme-body-color-alt); background-color: var(--theme-toolbar-background);*/ @@ -343,7 +357,7 @@ div.CodeMirror span.eval-text { background-position: -14px 0; } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { .theme-twisty, .theme-checkbox { background-image: url("chrome://browser/skin/devtools/controls@2x.png"); } @@ -381,7 +395,7 @@ div.CodeMirror span.eval-text { margin-left: -4px; } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { .theme-tooltip-panel .panel-arrow[side="top"], .theme-tooltip-panel .panel-arrow[side="bottom"] { list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-vertical-dark@2x.png"); @@ -406,6 +420,12 @@ div.CodeMirror span.eval-text { .devtools-searchinput { background-color: #000000; color: #E7ADE7; + border: 1px solid #9C9CFF; +} + +.devtools-textinput:focus, +.devtools-searchinput:focus { + border-color: #008484; } .CodeMirror-Tern-fname { @@ -420,9 +440,18 @@ div.CodeMirror span.eval-text { /* === BEGIN toolbars.inc.css === */ +/* CSS Variables specific to the devtools toolbar that aren't defined by the themes */ +.theme-light, +.theme-dark { + --searchbox-background-color: #000000; + --searchbox-border-color: #9C9CFF; + --searcbox-no-match-background-color: #400000; + --searcbox-no-match-border-color: #FF0000; +} + /* Toolbars */ .devtools-toolbar, -.devtools-sidebar-tabs > tabs { +.devtools-sidebar-tabs tabs { } .devtools-toolbar { @@ -432,6 +461,7 @@ div.CodeMirror span.eval-text { /* LCARStrek checkbox colors don't work well against toolbar background */ background-color: var(--theme-toolbar-background); padding: 2px; + line-height: -moz-block-height; } .devtools-toolbar checkbox .checkbox-check { } @@ -481,6 +511,7 @@ div.CodeMirror span.eval-text { } .devtools-toolbar .devtools-toolbarbutton { + -moz-margin-start: 2px; } .devtools-toolbarbutton > .toolbarbutton-icon { @@ -514,15 +545,15 @@ div.CodeMirror span.eval-text { } /* Button States */ -.devtools-toolbarbutton:hover, -#toolbox-buttons .devtools-toolbarbutton[text-as-image]:hover, -.devtools-toolbarbutton[label]:not([text-as-image]):not([type=menu-button]):hover { +.devtools-toolbarbutton:not([disabled]):hover, +#toolbox-buttons .devtools-toolbarbutton:not([disabled])[text-as-image]:hover, +.devtools-toolbarbutton:not([disabled])[label]:not([text-as-image]):not([type=menu-button]):hover { /* background: rgba(0, 0, 0, .3); / Splitters */ } -.devtools-toolbarbutton:hover:active, -#toolbox-buttons .devtools-toolbarbutton[text-as-image]:hover:active, -.devtools-toolbarbutton[label]:not([text-as-image]):not([type=menu-button]):hover:active { +.devtools-toolbarbutton:not([disabled]):hover:active, +#toolbox-buttons .devtools-toolbarbutton:not([disabled])[text-as-image]:hover:active, +.devtools-toolbarbutton:not([disabled])[label]:not([text-as-image]):not([type=menu-button]):hover:active { /* background: rgba(0, 0, 0, .4); / Splitters */ } @@ -571,6 +602,65 @@ div.CodeMirror span.eval-text { .devtools-separator + .devtools-toolbarbutton { } +/* HTML buttons, similar to toolbar buttons, but work in HTML documents */ + +.devtools-button { + border: 0 solid var(--theme-splitter-color); + background: var(--theme-toolbar-background); + color: var(--theme-body-color); + margin: 0; + padding: 0; + min-width: 32px; + min-height: 18px; + /* The icon is absolutely positioned in the button using ::before */ + position: relative; +} + +.devtools-button[standalone] { + min-height: 32px; + border-width: 1px; +} + +/* Button States */ +.devtools-button:not([disabled]):hover { + background: var(--theme-hover-background); + color: var(--theme-hover-color); +} + +.devtools-button:not([disabled]):hover:active { + background: var(--theme-active-background); + color: var(--theme-active-color); +} + +/* Menu type buttons and checked states */ +.devtools-button[checked] { + background: var(--theme-selection-background); + color: var(--theme-selection-color); +} + +.devtools-button::before { + content: ""; + display: block; + width: 16px; + height: 16px; + position: absolute; + left: 50%; + top: 50%; + margin: -8px 0 0 -8px; + background-repeat: no-repeat; +} + +.devtools-button[disabled]::before, +.devtools-button:disabled::before { + opacity: 0.5; +} + +@media (min-resolution: 1.25dppx) { + .devtools-button::before { + background-size: 32px; + } +} + /* Text input */ .devtools-textinput, @@ -589,7 +679,7 @@ div.CodeMirror span.eval-text { margin-bottom: 1px; padding: 0;*/ -moz-padding-start: 22px; - -moz-padding-end: 12px; + -moz-padding-end: 4px; background-position: 8px center; background-size: 11px 11px; background-repeat: no-repeat; @@ -598,24 +688,82 @@ div.CodeMirror span.eval-text { background-image: url("magnifying-glass.png"); } -@media (min-resolution: 2dppx) { - .devtools-searchinput { - background-image: url("magnifying-glass@2x.png"); - } -} - .devtools-searchinput:-moz-locale-dir(rtl) { background-position: calc(100% - 8px) center; } -.devtools-searchinput > .textbox-input-box > .textbox-search-icons { - display: none; +.devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-icon { + visibility: hidden; +} + +/* Searchbox is a div container element for a search input element */ +.devtools-searchbox { + display: flex; + flex: 1; + position: relative; +} + +.devtools-rule-searchbox { + -moz-box-flex: 1; + padding-right: 23px; + width: 100%; + font: inherit; +} + +.devtools-rule-searchbox[filled] { + background-color: var(--searchbox-background-color); + border-color: var(--searchbox-border-color); +} + +.devtools-style-searchbox-no-match { + background-color: var(--searcbox-no-match-background-color) !important; + border-color: var(--searcbox-no-match-border-color) !important; } .devtools-no-search-result { border-color: var(--theme-highlight-red) !important; } +.devtools-searchinput-clear { + position: absolute; + top: 3.5px; + right: 7px; + padding: 0; + border: 0; + width: 16px; + height: 16px; + background-position: 0 0; + background-repeat: no-repeat; + background-color: transparent; +} + +.devtools-searchinput-clear { + background-image: url("chrome://browser/skin/devtools/search-clear.svg"); +} + +.devtools-style-searchbox-no-match + .devtools-searchinput-clear { + background-image: url("chrome://browser/skin/devtools/search-clear-failed.svg") !important; +} + +.devtools-searchinput-clear:hover { + background-position: -16px 0; +} + +.devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-clear { + list-style-image: url("chrome://browser/skin/devtools/search-clear.svg"); + -moz-image-region: rect(0, 16px, 16px, 0); +} + +.devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-clear:hover { + -moz-image-region: rect(0, 32px, 16px, 16px); +} + +@media (min-resolution: 1.25dppx) { + .devtools-searchinput { + background-image: url("magnifying-glass@2x.png"); + } +} + /* Close button */ .devtools-closebutton { @@ -652,17 +800,31 @@ div.CodeMirror span.eval-text { border: 0; } -.devtools-sidebar-tabs > tabs { +.devtools-sidebar-tabs tabs { position: static; overflow: hidden; } -.devtools-sidebar-tabs > tabs > .tabs-right, -.devtools-sidebar-tabs > tabs > .tabs-left { +.devtools-sidebar-alltabs { +/* height: 24px; + line-height: 24px; + padding: 0 4px; + margin: 0; + border-width: 0 0 1px 0; + -moz-border-start-width: 1px; + border-style: solid;*/ +} + +.devtools-sidebar-alltabs .toolbarbutton-icon { + display: none; +} + +.devtools-sidebar-tabs tabs > .tabs-right, +.devtools-sidebar-tabs tabs > .tabs-left { display: none; } -.devtools-sidebar-tabs > tabs > tab { +.devtools-sidebar-tabs tabs > tab { min-width: 78px; text-align: center; -moz-box-flex: 1; @@ -670,34 +832,38 @@ div.CodeMirror span.eval-text { margin-top: 0; } -.devtools-sidebar-tabs > tabs > tab:-moz-focusring { +.devtools-sidebar-tabs tabs > tab:-moz-focusring { position: static; } -.devtools-sidebar-tabs > tabs > tab:last-of-type { +.devtools-sidebar-tabs tabs > tab:last-of-type { -moz-border-end-width: 0; } -.devtools-sidebar-tabs > tabs > tab:first-child { +.devtools-sidebar-tabs tabs > tab { } -.devtools-sidebar-tabs > tabs > tab:hover { +.devtools-sidebar-tabs tabs > tab[selected], +.devtools-sidebar-tabs tabs > tab[selected] + tab { } -.devtools-sidebar-tabs > tabs > tab:hover:active { +.devtools-sidebar-tabs tabs > tab:first-child { } -.devtools-sidebar-tabs > tabs > tab[selected] + tab { +.devtools-sidebar-tabs tabs > tab:hover { } -.devtools-sidebar-tabs > tabs > tab[selected] + tab:hover { +.devtools-sidebar-tabs tabs > tab:hover:active { } -.devtools-sidebar-tabs > tabs > tab[selected] + tab:hover:active { +.devtools-sidebar-tabs tabs > tab[selected] + tab:hover { } -.devtools-sidebar-tabs > tabs > tab[selected], -.devtools-sidebar-tabs > tabs > tab[selected]:hover:active { +.devtools-sidebar-tabs tabs > tab[selected] + tab:hover:active { +} + +.devtools-sidebar-tabs tabs > tab[selected], +.devtools-sidebar-tabs tabs > tab[selected]:hover:active { } /* Toolbox - moved from toolbox.css. @@ -734,6 +900,20 @@ div.CodeMirror span.eval-text { background-image: url("chrome://browser/skin/devtools/undock@2x.png"); } +#toolbox-dock-bottom-minimize { + /* Bug 1177463 - The minimize button is currently hidden until we agree on + the UI for it, and until bug 1173849 is fixed too. */ + display: none; +} + +#toolbox-dock-bottom-minimize > image { + background-image: url("chrome://browser/skin/devtools/dock-bottom-minimize@2x.png"); +} + +#toolbox-dock-bottom-minimize.minimized > image { + background-image: url("chrome://browser/skin/devtools/dock-bottom-maximize@2x.png"); +} + #toolbox-dock-window, #toolbox-dock-bottom, #toolbox-dock-side { @@ -821,7 +1001,11 @@ div.CodeMirror span.eval-text { background-image: url("chrome://browser/skin/devtools/command-eyedropper.png"); } -@media (min-resolution: 2dppx) { +#command-button-rulers > image { + background-image: url("chrome://browser/skin/devtools/command-rulers.png"); +} + +@media (min-resolution: 1.25dppx) { #command-button-paintflashing > image { background-image: url("chrome://browser/skin/devtools/command-paintflashing@2x.png"); } @@ -857,6 +1041,10 @@ div.CodeMirror span.eval-text { #command-button-eyedropper > image { background-image: url("chrome://browser/skin/devtools/command-eyedropper@2x.png"); } + + #command-button-rulers > image { + background-image: url("chrome://browser/skin/devtools/command-rulers@2x.png"); + } } /* Tabs */ @@ -937,6 +1125,9 @@ div.CodeMirror span.eval-text { visibility: collapse; } +.devtools-tab:not([selected])[highlighted] { +} + .devtools-tab:not([selected])[highlighted] { color: #FFCF00; } @@ -974,5 +1165,28 @@ div.CodeMirror span.eval-text { /* -moz-border-end: 1px solid var(--theme-splitter-color); border-color: var(--theme-splitter-color); / Needed for responsive container at low width. */ } +/* Throbbers */ + +.devtools-throbber::before { + content: ""; + display: inline-block; + vertical-align: bottom; + -moz-margin-end: 0.5em; + width: 1em; + height: 1em; + border: 2px solid currentColor; + border-right-color: transparent; + border-radius: 50%; + animation: 1.1s linear throbber-spin infinite; +} + +@keyframes throbber-spin { + from { + transform: none; + } + to { + transform: rotate(360deg); + } +} /* === END toolbars.inc.css === */