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; fill: white;
} }
.disabled .jitsi-icon svg {
fill: #929292;
}
.jitsi-icon.gray svg { .jitsi-icon.gray svg {
fill: #5E6D7A; fill: #5E6D7A;
cursor: pointer; cursor: pointer;

View File

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