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=6f5a7408a1bd6d680d581fdf88469481da91aa72;hpb=28e80a05cdd05682bd45ef0d5101292b3f7b267e;ds=sidebyside 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 {