diff --git a/src/css/dark-theme.css b/src/css/dark-theme.css index ccde2e76..b6535207 100644 --- a/src/css/dark-theme.css +++ b/src/css/dark-theme.css @@ -453,6 +453,10 @@ progress[value]::-webkit-progress-bar { background-color: #4e4e4e; } +.tab-motors text { + fill: white; +} + /* ONBOARD LOGGING TAB */ @@ -752,6 +756,14 @@ progress[value]::-webkit-progress-bar { color: white; } +.tab-receiver .plot_control { + background-color: #2f2f2f; +} + +.tab-receiver text { + fill: white; +} + /* SENSORS TAB */ diff --git a/src/css/tabs/receiver.css b/src/css/tabs/receiver.css index 0a7733cd..7f3efb5c 100644 --- a/src/css/tabs/receiver.css +++ b/src/css/tabs/receiver.css @@ -10,7 +10,7 @@ .tab-receiver .spacer { padding-left: 10px; - padding-right: 9px; + padding-right: 10px; width: calc(100% - 10px); } @@ -430,7 +430,7 @@ } .tab-receiver #RX_plot { - width: calc(100% - 181px); + width: calc(100% - 201px); height: 200px; } @@ -558,4 +558,22 @@ .tab-receiver .bars { margin-bottom: 10px; } + + .tab-receiver .spacer { + padding-left: 0px; + padding-right: 0px; + width: 100%; + } + + .tab-receiver #RX_plot { + width: calc(100% - 120px); + } + + .tab-receiver .plot_control { + width: 112px; + } + + .tab-receiver .plot_control .row { + display: inherit; + } }