diff --git a/src/assets/style/default.css b/src/assets/style/default.css index 5cb22e0..97506b0 100644 --- a/src/assets/style/default.css +++ b/src/assets/style/default.css @@ -659,7 +659,9 @@ svg { max-width: 24px; max-height: 24px; } - +.ico-c.ico-btn:hover{ + background-color: navy; +} /* colors */ .back-grad { padding: 6px 8px; @@ -715,7 +717,11 @@ svg { color: #000; padding: 12px; } - +.back-grad-dgrey { + background-image: linear-gradient(24deg, #797979, #a1a1a1); + color: #000; + padding: 12px; +} .back-grey { background-color: #f1f1f1; } diff --git a/src/components/global/FileListItem.vue b/src/components/global/FileListItem.vue index 7762aeb..5663595 100644 --- a/src/components/global/FileListItem.vue +++ b/src/components/global/FileListItem.vue @@ -21,7 +21,7 @@
@@ -38,12 +38,15 @@
{{ fileType.toLocaleUpperCase() }}
- - - +
+ + + + +
@@ -114,4 +117,14 @@ align-items: center; pointer-events: fill; } + .actions-c.actions-top{ + align-items: flex-start; + } + .form-item-picture.only-image{ + width: 140px; + height: 140px; + } + .actions-c .ico-btn:last-child { + margin-right: 0; + }