mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix backgrounds
This commit is contained in:
parent
26b5d2e054
commit
52e6882a1a
@ -275,6 +275,8 @@
|
||||
|
||||
transition: all 150ms ease-in-out;
|
||||
|
||||
background-color: transparent;
|
||||
|
||||
svg {
|
||||
margin: 0 !important;
|
||||
}
|
||||
@ -324,7 +326,7 @@
|
||||
}
|
||||
|
||||
.ant-input {
|
||||
background-color: var(--background-color-accent);
|
||||
background-color: transparent;
|
||||
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
@ -347,6 +349,8 @@
|
||||
border: 0;
|
||||
outline: 0;
|
||||
box-shadow: none;
|
||||
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user