X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=58f15d15f742ca8e61acdcc621077e520402326f;hb=cac2a998599d19515fc59e7a93b9f8db9ca3a903;hp=84012a0537edbb4e4ee3070547edd5b2f1fb27bd;hpb=2b5a514788884f7527ad59c3381c75a71d4dbeea;p=themes.git diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 84012a05..58f15d15 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -32,24 +32,24 @@ a { .message { display: flex; - flex: 0 0 auto; + flex: none; padding: 0 7px; width: 100%; box-sizing: border-box; } .message > .timestamp { - flex: 0 0 auto; + flex: none; color: #8050B0; margin: 4px 6px 0 0; } .message > .indent { - flex: 0 0 auto; + flex: none; } .message > .icon { - flex: 0 0 auto; + flex: none; margin: 3px 6px 0 0; padding: 0 4px; height: 1em; @@ -78,10 +78,14 @@ 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; - flex: 0 0 auto; + flex: none; margin: 2px 6px; padding: 0 6px; height: 1.25em; @@ -99,7 +103,7 @@ a { .message-location { display: flex; - flex: 0 0 auto; + flex: none; align-self: flex-start; justify-content: flex-end; width: 10em; @@ -122,7 +126,7 @@ a { } .message-location > .line-number { - flex: 0 0 auto; + flex: none; } .hud-msg-node[selected="true"] > .webconsole-timestamp, @@ -141,7 +145,7 @@ a { .message-flex-body > .message-body { display: block; - flex: 1 1 auto; + flex: 1 1 main-size; vertical-align: middle; } @@ -225,6 +229,10 @@ a { border-color: #FFCF00; } +.message:hover { + background-color: #404000; +} + .message[severity=error] { background-color: #FF0000; } @@ -233,6 +241,13 @@ a { color: #FF0000; } +.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 { -moz-border-end: solid #FF0000 6px; } @@ -246,11 +261,11 @@ a { } .message[category=network] .method { - flex: 0 0 auto; + flex: none; } .message[category=network]:not(.navigation-marker) .url { - flex: 1 1 auto; + flex: 1 1 main-size; /* Make sure the URL is very small initially, let flex change width as needed. */ width: 100px; min-width: 5em; @@ -260,7 +275,7 @@ a { } .message[category=network] .status { - flex: 0 0 auto; + flex: none; -moz-margin-start: 6px; } @@ -438,7 +453,11 @@ a { border: 1px solid #A09090; border-radius: 3px; } - + +.consoletable { + margin: 5px 0 0 0; +} + .message[severity=error] .stacktrace { background-color: #000000; } @@ -460,7 +479,7 @@ a { .stacktrace .function { display: block; - flex: 1 1 auto; + flex: 1 1 main-size; } .cm-s-mozilla a[class] {