update file manager
This commit is contained in:
@@ -14,3 +14,7 @@ a {
|
||||
color: inherit; /* blue colors for links too */
|
||||
text-decoration: inherit; /* no underline */
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
color: var(--text-color-gray);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user