Files
Cue-View/plugins/shure/styles.css
T
2022-12-29 08:01:09 -05:00

35 lines
496 B
CSS

table.channel {
width: 120px;
height: 400px;
background-color: black;
border: gray 1px solid;
border-collapse: collapse;
color: white;
text-align: center;
float: left;
}
table td {
border: #666 1px solid;
}
.chan_name {
width: 100px;
color: #b2ff33 !important;
font-size: 18px;
font-weight: bold;
}
.mute-button {
background-color: #222;
padding: 10px;
margin: 5px;
border-radius: 4px;
}
.mute-button.red {
background-color: red;
}
small {
color: gray;
}