mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix uploader colors
This commit is contained in:
parent
b4e680aa17
commit
bfb1b6aa16
@ -158,4 +158,11 @@
|
|||||||
|
|
||||||
.ant-menu-item:active {
|
.ant-menu-item:active {
|
||||||
background-color: var(--background-color-primary2) !important;
|
background-color: var(--background-color-primary2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
// fix uploader drag
|
||||||
|
.ant-upload-drag {
|
||||||
|
color: var(--text-color)!important;
|
||||||
|
background: var(--background-color-primary) !important;
|
||||||
|
border-color: var(--background-color-primary2) !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user