fix(menu): Pop menu icons & background

This commit is contained in:
Vlad Piersec 2021-03-23 13:30:55 +02:00 committed by vp8x8
parent 911aaed052
commit e9d00acad8
2 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,10 @@ body {
fill: white;
}
.disabled .jitsi-icon svg {
fill: #929292;
}
.jitsi-icon.gray svg {
fill: #5E6D7A;
cursor: pointer;

View File

@ -3,6 +3,8 @@
**/
.popupmenu {
background-color: $menuBG;
border-radius: 3px;
min-width: 150px;
text-align: left;
padding: 0px;
@ -38,6 +40,7 @@
&__text {
display: inline-block;
margin-left: 8px;
vertical-align: middle;
}