X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Ftimeline.css;h=08a189047d703c6541cbdbca5ffe5d8fd0fbcf7b;hb=8c6555e28fa244bc0231d8176d587cdd086983a8;hp=e38a69e6d9f00b51d6ee518c01c07d29e2d1ce7b;hpb=34bb6c46892e91f6e9d602be6010ffc38e142d49;p=themes.git diff --git a/LCARStrek/browser/devtools/timeline.css b/LCARStrek/browser/devtools/timeline.css index e38a69e6..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 { @@ -92,9 +85,7 @@ .waterfall-sidebar { -moz-border-end: 1px solid; -} -.waterfall-sidebar { -moz-border-end-color: #9C9CFF; } @@ -149,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 {