X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fcomponents-frame.css;h=cbdc3d2cf8932b24b09926805d245d76bbd6bd94;hp=badb7e3f119991eb71306ca0553e726b4f528663;hb=6f751fd100ed69c35ed979e9d0db9d0f991af80a;hpb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e;ds=sidebyside diff --git a/LCARStrek/devtools/components-frame.css b/LCARStrek/devtools/components-frame.css index badb7e3f..cbdc3d2c 100644 --- a/LCARStrek/devtools/components-frame.css +++ b/LCARStrek/devtools/components-frame.css @@ -9,32 +9,29 @@ */ .frame-link { - margin-left: 7px; display: flex; + justify-content: space-between; +} + +.frame-link-async-cause { + color: var(--theme-body-color-inactive); } .frame-link .frame-link-source { - display: flex; + flex: initial; + color: var(--theme-highlight-blue); } + .frame-link a.frame-link-source { cursor: pointer; text-decoration: none; + font-style: normal; } + .frame-link a.frame-link-source:hover { text-decoration: underline; } -.frame-link .frame-link-filename { - color: var(--theme-highlight-blue); - text-overflow: ellipsis; - overflow: hidden; - flex: 1; - text-align: right; - /* overrides styling some tools have with anchors */ - text-decoration: none; - font-style: normal; -} - .frame-link .frame-link-host { margin-inline-start: 5px; font-size: 90%; @@ -45,17 +42,12 @@ margin-inline-end: 5px; } -.frame-link .frame-link-column, -.frame-link .frame-link-line, -.frame-link .frame-link-colon { +.frame-link .frame-link-line { color: var(--theme-highlight-orange); -/* display: block;*/ } -.focused .frame-link .frame-link-filename, -.focused .frame-link .frame-link-column, +.focused .frame-link .frame-link-source, .focused .frame-link .frame-link-line, -.focused .frame-link .frame-link-host, -.focused .frame-link .frame-link-colon { +.focused .frame-link .frame-link-host { color: var(--theme-selection-color); }