aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index bbd2035..dbeca93 100644
--- a/css/style.css
+++ b/css/style.css
@@ -269,8 +269,11 @@ input[type=submit]:hover {
border-radius: 0.3rem;
}
-.file:hover {
- padding: 0.5rem;
+.file.dragged {
+ border: none;
+}
+
+.file:hover:not(.dragged) {
background: white;
color: black;
border-color: #ddd;