mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-07-26 09:18:39 +00:00
set background color of device list column
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user