X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdebugger.css;h=6476acf16eb6b1707333feb605641c9cc07e0266;hb=d2ce251d5603e79f6c56e5c46b711c8a85403418;hp=b0be73be068c6292a3614b253b1d3c77138e4551;hpb=6dc70335b2a0bf287f39b81011cb275c8158622c;p=themes.git diff --git a/LCARStrek/browser/devtools/debugger.css b/LCARStrek/browser/devtools/debugger.css index b0be73be..6476acf1 100644 --- a/LCARStrek/browser/devtools/debugger.css +++ b/LCARStrek/browser/devtools/debugger.css @@ -146,6 +146,34 @@ window { margin: 2px; } +/* Variable bubble view */ + +.devtools-tooltip-simple-text.token-undefined, +.devtools-tooltip-simple-text.token-null { + text-align: center; + color: #A09090 !important; /* Override the theme's color. */ +} + +.devtools-tooltip-simple-text.token-boolean { + text-align: center; + color: #9C9CFF !important; +} + +.devtools-tooltip-simple-text.token-number { + text-align: center; + color: #E7ADE7 !important; +} + +.devtools-tooltip-simple-text.token-string { + text-align: start; + color: #008484 !important; +} + +.devtools-tooltip-simple-text.token-other { + text-align: center; + color: #FF9F00 !important; +} + /* Instruments pane (watch expressions, variables, event listeners...) */ #instruments-pane > tabs > tab { @@ -202,7 +230,7 @@ window { /* Searchbox and the search operations help panel */ -.devtools-searchinput { +#searchbox { min-width: 220px; -moz-margin-start: 1px; }