mino css updates
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user