fix download button styles
This commit is contained in:
parent
d17261a965
commit
904205beb8
3 changed files with 3 additions and 2 deletions
1
ui/dist/themes/dark.css
vendored
1
ui/dist/themes/dark.css
vendored
|
@ -10,6 +10,7 @@
|
|||
--color-money: var(--color-primary);
|
||||
--color-meta-light: #757575;
|
||||
--color-dark-overlay: rgba(15, 21, 23, 0.85);
|
||||
--color-download: rgba(255, 255, 255, 0.75);
|
||||
|
||||
/* Text */
|
||||
--text-color: #FFF;
|
||||
|
|
|
@ -19,7 +19,7 @@ $text-color: #000;
|
|||
--color-load-screen-text: #c3c3c3;
|
||||
--color-meta-light: #505050;
|
||||
--color-money: #216C2A;
|
||||
--color-download: #444;
|
||||
--color-download: rgba(0, 0, 0, 0.75);
|
||||
--color-canvas: #f5f5f5;
|
||||
--color-bg: #ffffff;
|
||||
--color-bg-alt: #D9D9D9;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
.file-download__overlay
|
||||
{
|
||||
background: var(--color-download);
|
||||
color: white;
|
||||
color: var(--color-bg);
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Reference in a new issue