mino css updates

This commit is contained in:
2020-04-14 01:36:01 +02:00
parent def41121c5
commit 8a226918b5
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -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);
+4 -4
View File
@@ -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
+3 -2
View File
@@ -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;