}
#identity-box[sharing="camera"] > #sharing-icon {
- list-style-image: url("chrome://browser/skin/notification-icons.svg#camera");
+ list-style-image: url("chrome://browser/skin/notification-icons.svg#camera-sharing");
}
#identity-box[sharing="microphone"] > #sharing-icon {
- list-style-image: url("chrome://browser/skin/notification-icons.svg#microphone");
+ list-style-image: url("chrome://browser/skin/notification-icons.svg#microphone-sharing");
}
#identity-box[sharing="screen"] > #sharing-icon {
- list-style-image: url("chrome://browser/skin/notification-icons.svg#screen");
+ list-style-image: url("chrome://browser/skin/notification-icons.svg#screen-sharing");
}
#identity-box[sharing] > #sharing-icon {
display: -moz-box;
- filter: url("chrome://browser/skin/filters.svg#fill");
- fill: #FF0000;
animation-delay: -1.5s;
}
margin: 0;
min-width: auto;
width: var(--identity-popup-expander-width);
- background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow");
- background-size: 16px, auto;
- background-position: center;
- background-repeat: no-repeat;
- background-color: transparent;
+ background: url("chrome://browser/skin/controlcenter/arrow-subview.svg") center no-repeat;
+ background-size: 16px;
border-radius: 0 5px 5px 0;
}
}
.identity-popup-permission-icon.in-use {
- fill: #FF0000;
animation: 1.5s ease in-use-blink infinite;
}