From fef18d9648d65680857918db5e080829bf320099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20F=C3=A4th?= Date: Mon, 6 Jan 2020 00:34:43 +0100 Subject: [PATCH] Update css --- .../remotecontrol/remotecontrol.css | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/components/remotecontrol/remotecontrol.css b/src/components/remotecontrol/remotecontrol.css index 0b6a2dbbc..9e7fc4144 100644 --- a/src/components/remotecontrol/remotecontrol.css +++ b/src/components/remotecontrol/remotecontrol.css @@ -12,6 +12,31 @@ text-align: center } +.btnArrowUp, .btnArrowLeft, .btnArrowRight, .btnArrowDown, .btnOk{ + border: 2.7px solid rgba(255, 255, 255, .6); + background-color: rgba(0, 0, 0, .5); +} + +.btnArrowUp{ +border-radius: 40% 40% 10% 10%; +} + +.btnArrowLeft{ +border-radius: 40% 10% 10% 40%; +} + +.btnArrowRight{ +border-radius: 10% 40% 40% 10%; +} + +.btnArrowDown{ +border-radius: 10% 10% 40% 40%; +} + +.btnOk{ +border-radius: 10%; +} + .nowPlayingPageTitle { margin: 0 0 .5em .5em } @@ -197,6 +222,9 @@ .nowPlayingInfoButtons .nowPlayingPageUserDataButtons { display: none !important } + .navigationSection .collapseContent i{ + font-size: 4em; + } } @media all and (max-width:47em) {