set background color of device list column

This commit is contained in:
2024-10-11 17:34:00 -05:00
parent 6be944689d
commit 9454306930
+9 -3
View File
@@ -1,6 +1,10 @@
html {
font-size: 1rem;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
font-family:
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont;
}
*,
a,
@@ -56,7 +60,7 @@ a {
/* FIRST COL */
#device-list-col {
background-color: transparent;
background-color: #2b2b2b;
color: #707070;
}
#view-buttons-bar {
@@ -347,7 +351,9 @@ select.button:focus {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'),
src:
local('Material Icons'),
local('MaterialIcons-Regular'),
url(../font/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {