X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdebugger.css;h=5a643959bfe1b3d5a98c6429d7145c4341c63859;hp=2e2978305e12d843638ea1e62818ed28844f4a4d;hb=85cfb236a2389fdc0521eaef527cd6c60471caec;hpb=82ad4ab23d565342c3e21ea82218d8e836302c3b diff --git a/LCARStrek/browser/devtools/debugger.css b/LCARStrek/browser/devtools/debugger.css index 2e297830..5a643959 100644 --- a/LCARStrek/browser/devtools/debugger.css +++ b/LCARStrek/browser/devtools/debugger.css @@ -12,32 +12,6 @@ window { /* background: #000000; */ } -div, -span, -a { - font: inherit; -} - -/** - * Debugger toolbar - */ - -#dbg-toolbar { - /*padding: 2px;*/ -} - -#dbg-toolbar > button { - text-align: center; -} - -.devtools-closebutton { - list-style-image: url("chrome://navigator/skin/icons/win-close.gif"); -} - -.devtools-closebutton:hover { - list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif"); -} - /** * Debugger content */ @@ -46,29 +20,10 @@ a { /* padding: 6px; */ } -#dbg-content > * > .vbox { - background-color: #000000; - border: 1px solid #9C9CFF; -} - -#dbg-content > * > .title { - /* text-shadow: 0 1px #fff; */ -} - .devtools-side-splitter { border: none; } -/** - * Debugger statusbar - */ - -#dbg-statusbar { -/* font: -moz-list; */ - padding: 2px; - -moz-padding-start: 5px; -} - /** * Lists and headers */ @@ -149,12 +104,28 @@ a { .variable { -moz-margin-start: 1px; -moz-margin-end: 1px; + margin-top: 2px; border-bottom: 1px dotted #008484; + border-radius: 8px; + -moz-transition: background 1s ease-in-out; + background: #000000; +} + +.variable[changed] { + -moz-transition-duration: 0.4s; + background: #FFCF00; +} + +.variable[added] { + -moz-transition-duration: 0.4s; + background: #008484; +} + +.variable > .title > .arrow { + margin-top: -2px; } .variable > .title > .name { - padding-top: 2px; - padding-bottom: 2px; color: #FF9F00; font-weight: 600; } @@ -163,15 +134,12 @@ a { * Property element */ -.property > .title > .key { - padding-top: 2px; - padding-bottom: 2px; - color: #E7ADE7; +.property > .title > .arrow { + margin-top: -2px; } -.property > .title > .value { - padding-top: 2px; - padding-bottom: 2px; +.property > .title > .key { + color: #E7ADE7; } /** @@ -217,6 +185,7 @@ a { height: 9px; -moz-margin-start: 5px; -moz-margin-end: 5px; + margin-top: -2px; background: url("chrome://global/skin/tree/twisty-closed.gif") center center no-repeat; } @@ -301,17 +270,3 @@ a { #debugger-controls { } - -/** - * Display helpers - */ - -.unselectable { - padding-top: 2px; - padding-bottom: 2px; -} - -.info { - padding-top: 2px; - padding-bottom: 2px; -}