aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/css')
-rw-r--r--src/main/resources/css/files.css32
1 files changed, 25 insertions, 7 deletions
diff --git a/src/main/resources/css/files.css b/src/main/resources/css/files.css
index 5af9ec8..d0be48e 100644
--- a/src/main/resources/css/files.css
+++ b/src/main/resources/css/files.css
@@ -46,7 +46,7 @@ colgroup col:nth-child(1) {
}
colgroup col:nth-child(2) {
- width: 35%;
+ width: 25%;
}
colgroup col:nth-child(3) {
@@ -65,13 +65,17 @@ colgroup col:nth-child(6) {
width: 10%;
}
+colgroup col:nth-child(7) {
+ width: 10%;
+}
+
.drop {
padding: 8px;
min-height: calc(100vh - 16px);
z-index: -1;
}
-.delete {
+.share {
font-size: 20px;
background-color: inherit;
border: 0;
@@ -79,20 +83,34 @@ colgroup col:nth-child(6) {
cursor: pointer;
}
-.delete:hover {
+.share:hover {
transform: scale(1.3);
- color: red;
+ color: dodgerblue;
}
-.share {
+.download, .downloadButton {
font-size: 20px;
+ color: inherit;
background-color: inherit;
border: 0;
z-index: 100;
cursor: pointer;
}
-.share:hover {
+.downloadButton:hover {
transform: scale(1.3);
- color: dodgerblue;
+ color: green;
+}
+
+.delete {
+ font-size: 20px;
+ background-color: inherit;
+ border: 0;
+ z-index: 100;
+ cursor: pointer;
+}
+
+.delete:hover {
+ transform: scale(1.3);
+ color: red;
}