X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwidgets.css;h=2dc7892dc206379e0adf8e67c45326a7bb167230;hp=0d6110bd4a9bad1afcfb0eb250df2409a6510718;hb=6f5a7408a1bd6d680d581fdf88469481da91aa72;hpb=28e80a05cdd05682bd45ef0d5101292b3f7b267e diff --git a/LCARStrek/browser/devtools/widgets.css b/LCARStrek/browser/devtools/widgets.css index 0d6110bd..2dc7892d 100644 --- a/LCARStrek/browser/devtools/widgets.css +++ b/LCARStrek/browser/devtools/widgets.css @@ -1069,7 +1069,7 @@ } .table-chart-totals { - border-top: 1px solid #A09090; /* Grey foreground text */ + border-top: 1px solid var(--theme-body-color-alt); /* Grey foreground text */ } .table-chart-summary-label { @@ -1078,7 +1078,7 @@ } .table-chart-summary-label { - color: #A09090; /* Light foreground text */ + color: var(--theme-content-color2); } /* Table Widget */ @@ -1091,10 +1091,8 @@ .table-widget-body { overflow: auto; -} -.table-widget-body { - background: #000000; /* Background-Sidebar */ + background: var(--theme-sidebar-background); } .table-widget-body:-moz-locale-dir(ltr) { @@ -1177,7 +1175,7 @@ .table-widget-cell { border-top: 1px solid #A09090; border-bottom: 1px solid #A09090; - color: #FF9F00; /* Light foreground text */ + color: var(--theme-body-color); } .theme-dark:not(.filtering) .table-widget-cell:nth-child(odd):not(.theme-selected), @@ -1196,7 +1194,7 @@ @keyframes flash-out { to { - background: #795900; + background: var(--theme-contrast-background2); } }