diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css
index 40856ea..5857342 100644
--- a/htdocs/css/openwebrx-header.css
+++ b/htdocs/css/openwebrx-header.css
@@ -102,18 +102,6 @@
font-size: 10pt;
}
-.openwebrx-rx-details-arrow {
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translate(-50%, 0);
-
- margin: 0;
- padding: 0;
- line-height: 0;
- display: block;
-}
-
.openwebrx-main-buttons .button {
display: block;
width: 55px;
@@ -240,14 +228,30 @@
height: 38px;
}
-.openwebrx-rx-details-arrow--down .sprite-rx-details-arrow {
- background-position: 0 -65px;
- width: 43px;
+.openwebrx-rx-details-arrow {
+ position: absolute;
+ bottom: 0;
+ left: 50%;
+ transform: translate(-50%, 0);
+
+ margin: 0;
+ padding: 0;
+ line-height: 0;
+ display: block;
+}
+
+.openwebrx-rx-details-arrow svg {
height: 12px;
}
-.openwebrx-rx-details-arrow--up .sprite-rx-details-arrow {
- background-position: -43px -65px;
- width: 43px;
- height: 12px;
+.openwebrx-rx-details-arrow .up {
+ display: none;
+}
+
+.openwebrx-rx-details-arrow--up .down {
+ display: none;
+}
+
+.openwebrx-rx-details-arrow--up .up {
+ display: initial;
}
\ No newline at end of file
diff --git a/htdocs/gfx/svg-defs.svg b/htdocs/gfx/svg-defs.svg
index 8c9c7b8..9a6b083 100644
--- a/htdocs/gfx/svg-defs.svg
+++ b/htdocs/gfx/svg-defs.svg
@@ -18,5 +18,7 @@