update file manager

This commit is contained in:
Qing
2023-01-01 21:54:05 +08:00
parent 2dd95be90d
commit 39397fc829
16 changed files with 483 additions and 49 deletions

View File

@@ -14,3 +14,7 @@ a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
input:disabled {
color: var(--text-color-gray);
}

View File

@@ -8,7 +8,7 @@
--yellow-accent: #ffcc00;
--yellow-accent-light: #ffcc0055;
--link-color: rgb(0, 0, 0);
--border-color: rgb(100, 100, 120);
--border-color: rgb(239, 241, 244);
--border-color-light: rgba(100, 100, 120, 0.5);
--tooltip-bg: rgb(230, 230, 234);
--tooltip-text-color: rgb(0, 0, 0);
@@ -60,4 +60,7 @@
0px 2px 1px -1px hsl(205 10.7% 78%), 0 1px hsl(205 10.7% 78%);
--croper-bg: rgba(0, 0, 0, 0.5);
// Tabs
--tabs-active-color: rgb(240 243 249);
}

View File

@@ -8,7 +8,7 @@
--yellow-accent: #ffcc00;
--yellow-accent-light: #ffcc0055;
--link-color: var(--yellow-accent);
--border-color: rgb(100, 100, 120);
--border-color: rgb(30, 30, 30);
--border-color-light: rgba(102, 102, 102);
--tooltip-bg: rgb(33, 33, 33);
--tooltip-text-color: rgb(210, 210, 210);
@@ -29,7 +29,7 @@
// Text
--text-color: white;
--text-color-gray: rgb(138, 143, 152);
--text-color-gray: rgb(195, 196, 198);
// Shared
--btn-text-color: var(--text-color);
@@ -58,4 +58,7 @@
0px 2px 1px -1px hsl(207 5.6% 31.6%), 0 1px hsl(207 5.6% 31.6%);
--croper-bg: rgba(0, 0, 0, 0.5);
// Tabs
--tabs-active-color: rgb(39 40 49);
}