X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=d3d775912ae362c0da84b849859efd5af6dfc03b;hb=58036cb8df01894560483ebc2abd3115258e8a90;hp=c2daa2ff06486b64227588c3fb302610c36b9ead;hpb=a21f2959e83ccf2205d47a86451bb082cb3aef31;p=themes.git diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index c2daa2ff..d3d77591 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -78,6 +78,10 @@ a { margin: 3px; } +.message-body-wrapper .table-widget-body { + overflow: visible; +} + /* The red bubble that shows the number of times a message is repeated */ .message-repeats { -moz-user-select: none; @@ -141,7 +145,7 @@ a { .message-flex-body > .message-body { display: block; - flex: 1 1 main-size; + flex: 1 1 auto; vertical-align: middle; } @@ -234,7 +238,18 @@ a { } .console-string { - color: #FF0000; + color: #FF9F00; +} + +.message[severity=error] .console-string { + color: #000000; +} + +.theme-selected .console-string, +.theme-selected .cm-number, +.theme-selected .cm-variable, +.theme-selected .kind-ArrayLike { + color: #000000 !important; /* Selection Text Color */ } .message[category=network] > .indent { @@ -254,7 +269,7 @@ a { } .message[category=network]:not(.navigation-marker) .url { - flex: 1 1 main-size; + flex: 1 1 auto; /* Make sure the URL is very small initially, let flex change width as needed. */ width: 100px; min-width: 5em; @@ -442,7 +457,11 @@ a { border: 1px solid #A09090; border-radius: 3px; } - + +.consoletable { + margin: 5px 0 0 0; +} + .message[severity=error] .stacktrace { background-color: #000000; } @@ -464,7 +483,7 @@ a { .stacktrace .function { display: block; - flex: 1 1 main-size; + flex: 1 1 auto; } .cm-s-mozilla a[class] {