X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Ftimeline.css;h=08a189047d703c6541cbdbca5ffe5d8fd0fbcf7b;hp=64945fe563f4cd2f673fd865e8fa5961c79d6212;hb=b3bf08b110943f4abc9642b613f0dcb078c22b0b;hpb=de5e780daa5242500976dde56483222a51ecdae5 diff --git a/LCARStrek/browser/devtools/timeline.css b/LCARStrek/browser/devtools/timeline.css index 64945fe5..08a18904 100644 --- a/LCARStrek/browser/devtools/timeline.css +++ b/LCARStrek/browser/devtools/timeline.css @@ -70,20 +70,13 @@ pointer-events: none; } -.theme-dark .waterfall-marker-container:not([is-spacer]):nth-child(2n) { - background-color: rgba(255,255,255,0.03); +.waterfall-marker-container:not([is-spacer]):nth-child(2n) { + background-color: var(--theme-contrast-background); } -.theme-light .waterfall-marker-container:not([is-spacer]):nth-child(2n) { - background-color: rgba(128,128,128,0.03); -} - -.theme-dark .waterfall-marker-container:hover { - background-color: rgba(255,255,255,0.1) !important; -} - -.theme-light .waterfall-marker-container:hover { - background-color: rgba(128,128,128,0.1) !important; +.waterfall-marker-container:hover { + background-color: var(--theme-hover-background) !important; + color: var(--theme-hover-color) !important; } .waterfall-marker-item { @@ -147,7 +140,7 @@ .waterfall-marker-container.selected .waterfall-marker-bullet, .waterfall-marker-container.selected .waterfall-marker-bar { - border-color: initial!important; + border-color: initial !important; } #timeline-waterfall-details {