mirror of https://github.com/Sonarr/Sonarr
removed box-shadow when back-drop is on.
This commit is contained in:
parent
f63869bcfa
commit
60e28140ab
|
@ -27,6 +27,7 @@
|
|||
|
||||
.backdrop .page {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Reference in New Issue