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) {