diff --git a/web/images/pin-down.svg b/web/images/pin-down.svg new file mode 100644 index 000000000..357667600 --- /dev/null +++ b/web/images/pin-down.svg @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/web/images/pin-up.svg b/web/images/pin-up.svg new file mode 100644 index 000000000..e55cec7a0 --- /dev/null +++ b/web/images/pin-up.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/web/images/pin_down.png b/web/images/pin_down.png deleted file mode 100644 index 81c1ad11f..000000000 Binary files a/web/images/pin_down.png and /dev/null differ diff --git a/web/images/pin_up.png b/web/images/pin_up.png deleted file mode 100644 index 8e268c7f8..000000000 Binary files a/web/images/pin_up.png and /dev/null differ diff --git a/web/viewer.css b/web/viewer.css index 5a621006b..ddf3b0985 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -105,7 +105,8 @@ span#info { width: 15px; height: 15px; background: center no-repeat; - background-image: url('images/pin_up.png'); + background-image: url('images/pin-up.svg'); + background-size: 15px 15px; } #pinIcon:hover { @@ -113,7 +114,8 @@ span#info { } #sidebar.pinned #pinIcon { - background-image: url('images/pin_down.png'); + background-image: url('images/pin-down.svg'); + background-size: 15px 15px; } #sidebarBox {