diff --git a/gui/black/assets/css/theme.css b/gui/black/assets/css/theme.css index 622a22a58..1e280a952 100644 --- a/gui/black/assets/css/theme.css +++ b/gui/black/assets/css/theme.css @@ -273,3 +273,8 @@ code.ng-binding{ .fancytree-focused { background-color: #222; } + +/* Remote Devices 'connection type'-icon color set to #aaa */ +.reception { + filter: invert(77%) sepia(0%) saturate(724%) hue-rotate(146deg) brightness(91%) contrast(85%); +} diff --git a/gui/dark/assets/css/theme.css b/gui/dark/assets/css/theme.css index f554bb8a8..26ab0f898 100644 --- a/gui/dark/assets/css/theme.css +++ b/gui/dark/assets/css/theme.css @@ -285,3 +285,8 @@ code.ng-binding{ .fancytree-focused { background-color: #424242; } + +/* Remote Devices 'connection type'-icon color set to #aaa */ +.reception { + filter: invert(77%) sepia(0%) saturate(724%) hue-rotate(146deg) brightness(91%) contrast(85%); +} \ No newline at end of file diff --git a/gui/default/assets/css/overrides.css b/gui/default/assets/css/overrides.css index 7033d8e36..5186ec5c2 100644 --- a/gui/default/assets/css/overrides.css +++ b/gui/default/assets/css/overrides.css @@ -144,6 +144,38 @@ table.table-auto td { max-width: 0px; } +/* Remote Devices connection-quality indicator */ +.reception-0 { + background: url('../../vendor/bootstrap/fonts/reception-0.svg') no-repeat; +} + +.reception-1 { + background: url('../../vendor/bootstrap/fonts/reception-1.svg') no-repeat; +} + +.reception-2 { + background: url('../../vendor/bootstrap/fonts/reception-2.svg') no-repeat; +} + +.reception-3 { + background: url('../../vendor/bootstrap/fonts/reception-3.svg') no-repeat; +} + +.reception-4 { + background: url('../../vendor/bootstrap/fonts/reception-4.svg') no-repeat; +} + +.reception { + width: 1em; + height: 1em; + display: inline-block; + vertical-align: -20%; +} + +.remote-devices-panel { + display: inline-block; +} + /* Wrap long file paths to prevent text overflow. See issue #6268. */ .file-path { word-break: break-all; diff --git a/gui/default/index.html b/gui/default/index.html index 664c8f37f..d197b0e09 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -24,6 +24,7 @@ +
@@ -737,16 +738,25 @@