diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index e8135f718b..bf78665b7e 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -912,6 +912,22 @@ a.itemTag:hover { background-color: transparent !important; } +.alternateVersionIndicator { + display: block; + position: absolute; + top: 5px; + left: 5px; + text-align: center; + vertical-align: middle; + width: 22px; + height: 19px; + padding-top: 3px; + border-radius: 50%; + color: #fff; + background: rgb(51, 136, 204); + background: rgba(51, 136, 204, .9); +} + .unidentifiedIndicator { display: block; position: absolute; diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html index 7d7c1d1a09..a1989d4f48 100644 --- a/dashboard-ui/editcollectionitems.html +++ b/dashboard-ui/editcollectionitems.html @@ -59,7 +59,7 @@ -
+