X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=bc546f9c573346c3058dbfd0be282463a1edd477;hb=6dc70335b2a0bf287f39b81011cb275c8158622c;hp=35b4c457506f4fd35d0325caf328651668cf47e3;hpb=b981e4fd9e29e9b4781f1a4e6dbee38e2e253c2f;p=themes.git diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 35b4c457..bc546f9c 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -81,16 +81,14 @@ a { .message > .location { -moz-margin-start: 6px; + display: flex; flex: 0 0 auto; align-self: flex-start; + justify-content: flex-end; width: 10em; margin-top: 4px; - text-align: end; color: #3333FF; - text-overflow: ellipsis; text-decoration: none; - overflow: hidden; - white-space: nowrap; } .message > .location:hover, @@ -98,14 +96,23 @@ a { text-decoration: underline; } +.message > .location > .filename { + text-overflow: ellipsis; + text-align: end; + overflow: hidden; + white-space: nowrap; +} + +.message > .location > .line-number { + flex: 0 0 auto; +} + .hud-msg-node[selected="true"] > .webconsole-timestamp, .hud-msg-node[selected="true"] > .webconsole-location { color: inherit; } #output-wrapper { - background: #000000; - color: #FF9F00; direction: ltr; border-bottom: 1px solid #9C9CFF; overflow: auto; @@ -119,6 +126,10 @@ a { align-items: flex-start; } +#output-container.hideTimestamps > .message > .timestamp { + display: none; +} + .filtered-by-type, .filtered-by-string { display: none;