mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 12:54:57 -05:00
This commit is contained in:
@@ -438,7 +438,14 @@ textarea.input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/*drop to upload*/
|
||||
.drop-area {
|
||||
border: 2px dashed gray;
|
||||
transition: 0.25s;
|
||||
}
|
||||
.drop-area.hover {
|
||||
border-color: var(--color-selected);
|
||||
}
|
||||
|
||||
|
||||
/*Animated cards*/
|
||||
|
Reference in New Issue
Block a user