aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css/files.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/css/files.css')
-rw-r--r--src/main/resources/css/files.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/css/files.css b/src/main/resources/css/files.css
index 8fb12f4..acbfd6a 100644
--- a/src/main/resources/css/files.css
+++ b/src/main/resources/css/files.css
@@ -1,3 +1,7 @@
+* {
+ transition: all .2s linear;
+}
+
table {
width: 100%;
}
@@ -37,4 +41,10 @@ table thead tr:hover {
background-color: inherit;
border: 0;
z-index: 100;
+ cursor: pointer;
+}
+
+.delete:hover {
+ transform: scale(1.3);
+ color: red;
}