diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css
index 8b4f766195..e86ffe2e66 100644
--- a/src/assets/css/librarybrowser.css
+++ b/src/assets/css/librarybrowser.css
@@ -24,7 +24,7 @@
}
.itemDetailPage {
- padding-top: 4em !important
+ padding-top: 0em !important
}
.standalonePage {
diff --git a/src/components/listview/listview.css b/src/components/listview/listview.css
index d91a5377ba..4d3b27ce75 100644
--- a/src/components/listview/listview.css
+++ b/src/components/listview/listview.css
@@ -126,20 +126,20 @@
align-self: center;
justify-self: center;
margin: auto;
- color: rgba(255, 255, 255, .6);
+ color: rgba(255, 255, 255, 0.6);
+ background: rgba(0, 0, 0, 0.4);
font-size: 1.6em;
- background: transparent;
- transition: transform 200ms ease-out;
+ transition: 200ms ease-out;
display: flex;
}
.listItemImageButton:hover {
+ color: #00a4dc;
+ background: rgba(0, 164, 220, 0.2);
transform: scale(1.2, 1.2);
}
.listItemImageButton-icon {
- background: rgba(0,0,0,.4);
- border: 0.1em solid currentColor;
border-radius: 100em;
display: flex;
justify-content: center;
@@ -264,4 +264,4 @@
.listItemCheckboxContainer {
width: auto !important;
-}
\ No newline at end of file
+}
diff --git a/src/controllers/itemdetailpage.js b/src/controllers/itemdetailpage.js
index 7209c0f9fc..1a0b66c75a 100644
--- a/src/controllers/itemdetailpage.js
+++ b/src/controllers/itemdetailpage.js
@@ -802,7 +802,7 @@ define(["loading", "appRouter", "layoutManager", "userSettings", "connectionMana
}
if (editable) {
- html += "";
+ html += "";
}
if (detectRatio && item.PrimaryImageAspectRatio) {
diff --git a/src/itemdetails.html b/src/itemdetails.html
index 5240cd5744..5930010e3a 100644
--- a/src/itemdetails.html
+++ b/src/itemdetails.html
@@ -7,7 +7,7 @@
-