X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdebugger.css;h=0802089e0b6bb27af266023dc0455a16dbd86e1a;hp=cee7b6c6d8b7d2aee636a1f53c91c049fce62957;hb=1b13529a8907a5520788e317aee6205bc32d1fbe;hpb=8f5d5e2121c5fb6730b4e2d2359ba3eb1cc98ede diff --git a/LCARStrek/browser/devtools/debugger.css b/LCARStrek/browser/devtools/debugger.css index cee7b6c6..0802089e 100644 --- a/LCARStrek/browser/devtools/debugger.css +++ b/LCARStrek/browser/devtools/debugger.css @@ -21,11 +21,10 @@ window { } .side-menu-widget-item-checkbox { - -moz-appearance: none; + -moz-margin-end: -6px; padding: 0; - margin: 0 -4px 0 4px; opacity: 0; - transition: opacity .25s ease 0s; + transition: opacity .15s ease 0s; } /* Only show the checkbox when the source is hovered over, is selected, or if it @@ -34,7 +33,7 @@ window { .side-menu-widget-item.selected > .side-menu-widget-item-checkbox, .side-menu-widget-item-checkbox:not([checked]) { opacity: 1; - transition: opacity .25s ease-out 0s; + transition: opacity .15s ease-out 0s; } .side-menu-widget-item-checkbox > .checkbox-check { @@ -43,9 +42,10 @@ window { background-image: url("itemToggle.png"); background-repeat: no-repeat; background-clip: content-box; - background-position: -24px 0; - width: 24px; - height: 24px; + background-position: -16px 0; + background-size: 32px 16px; + width: 16px; + height: 16px; border: 0; } @@ -53,6 +53,10 @@ window { background-position: 0 0; } +.side-menu-widget-item-checkbox:not([checked]) ~ .side-menu-widget-item-contents { + color: #8050B0; +} + .side-menu-widget-item-checkbox:not([checked]) ~ .side-menu-widget-item-contents > .dbg-breakpoint { display: none; } @@ -127,7 +131,7 @@ window { /* Sources and breakpoints view */ .dbg-breakpoint { - font-family: "Liberation Mono", Consolas, "Courier New", monospace; + -moz-margin-start: -14px; } .dbg-breakpoint-line { @@ -137,6 +141,13 @@ window { .dbg-breakpoint-text { -moz-margin-start: 10px !important; font-style: italic; + font-size: 90%; +} + +.dbg-breakpoint-checkbox { + width: 16px; + height: 16px; + margin: 2px; } /* Watch expressions view */ @@ -158,7 +169,6 @@ window { .dbg-expression-input { -moz-padding-start: 2px !important; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; } /* Searchbox and the search operations help panel */ @@ -185,7 +195,6 @@ window { -moz-margin-start: 2px; -moz-margin-end: 6px; text-align: center; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; } .searchbox-panel-operator-label { @@ -279,7 +288,6 @@ window { -moz-padding-end: 4px; padding-top: 2px; text-align: end; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; color: #FF9F00; } @@ -287,7 +295,6 @@ window { -moz-padding-start: 4px; padding-top: 1px; padding-bottom: 1px; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; } .dbg-results-line-contents-string {