Updated default CSS to include the privacy module

This commit is contained in:
Erik Reider
2023-10-26 23:44:04 +02:00
parent e73ea8d608
commit ace319b515
2 changed files with 28 additions and 3 deletions

View File

@ -278,3 +278,28 @@ label:focus {
#scratchpad.empty {
background-color: transparent;
}
#privacy {
padding: 0;
}
#privacy > box {
padding: 0;
}
#privacy-item {
padding: 0 5px;
color: white;
}
#privacy-item.screenshare {
background-color: #cf5700;
}
#privacy-item.audio-in {
background-color: #1ca000;
}
#privacy-item.audio-out {
background-color: #0069d4;
}