diff --git a/zero.Web/App/Components/Tables/table.vue b/zero.Web/App/Components/Tables/table.vue index 9a6885c6..68ae8fdf 100644 --- a/zero.Web/App/Components/Tables/table.vue +++ b/zero.Web/App/Components/Tables/table.vue @@ -212,7 +212,7 @@ position: sticky; top: 0; border-bottom: 1px solid var(--color-line-light); - z-index: 3; + z-index: 2; background: var(--color-box); //box-shadow: inset 0 -3px 3px rgba(0,0,0,0.02); diff --git a/zero.Web/Sass/Core/_core.scss b/zero.Web/Sass/Core/_core.scss index bb59a70d..b2411d94 100644 --- a/zero.Web/Sass/Core/_core.scss +++ b/zero.Web/Sass/Core/_core.scss @@ -198,7 +198,7 @@ iframe, video * { - scrollbar-color: var(--color-bg-light) transparent; + //scrollbar-color: var(--color-bg-mid) transparent; scrollbar-width: thin; } @@ -209,10 +209,10 @@ iframe, video background-color: transparent; } -::-webkit-scrollbar-thumb +/*::-webkit-scrollbar-thumb { - background: var(--color-bg-light); -} + background: var(--color-bg-mid); +}*/ /// ui resizable diff --git a/zero.Web/Sass/Core/_settings.scss b/zero.Web/Sass/Core/_settings.scss index f7525471..00881146 100644 --- a/zero.Web/Sass/Core/_settings.scss +++ b/zero.Web/Sass/Core/_settings.scss @@ -13,9 +13,10 @@ --color-fg-light: #919294; // background color shades - --color-bg: #f8f9fa; - --color-bg-mid: #f4f5f6; + --color-bg: #f4f5f6; + --color-bg-mid: #f0f1f2; --color-bg-light: #fff; + --color-bg-xlight: #f8f9fa; // line colors --color-line: #eaebec;