From: Robert Kaiser Date: Fri, 28 Nov 2014 20:51:05 +0000 (+0100) Subject: Merge branch 'master' of linz:/srv/git/themes X-Git-Tag: LCARStrek-2.31~6 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=42f880d7999a96ab6998882d52ab5b0113a23285;hp=-c Merge branch 'master' of linz:/srv/git/themes --- 42f880d7999a96ab6998882d52ab5b0113a23285 diff --combined LCARStrek/browser/devtools/webconsole.css index 290f575a,58f15d15..6698d27e --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@@ -32,24 -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 +78,14 @@@ 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 +103,7 @@@ .message-location { display: flex; - flex: 0 0 auto; + flex: none; align-self: flex-start; justify-content: flex-end; width: 10em; @@@ -122,7 -126,7 +126,7 @@@ } .message-location > .line-number { - flex: 0 0 auto; + flex: none; } .hud-msg-node[selected="true"] > .webconsole-timestamp, @@@ -141,7 -145,7 +145,7 @@@ .message-flex-body > .message-body { display: block; - flex: 1 1 auto; + flex: 1 1 main-size; vertical-align: middle; } @@@ -234,13 -238,16 +238,20 @@@ } .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 { -moz-border-end: solid #FF0000 6px; } @@@ -254,11 -261,11 +265,11 @@@ } .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; @@@ -268,7 -275,7 +279,7 @@@ } .message[category=network] .status { - flex: 0 0 auto; + flex: none; -moz-margin-start: 6px; } @@@ -446,7 -453,11 +457,11 @@@ border: 1px solid #A09090; border-radius: 3px; } - + + .consoletable { + margin: 5px 0 0 0; + } + .message[severity=error] .stacktrace { background-color: #000000; } @@@ -468,7 -479,7 +483,7 @@@ .stacktrace .function { display: block; - flex: 1 1 auto; + flex: 1 1 main-size; } .cm-s-mozilla a[class] {