X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FwebRTC-indicator.css;h=c53cd1c643d095cb48ad6f3a750fae6001b0d15f;hp=bace75622c021a111e2b88f4c3e1ed466feb483d;hb=HEAD;hpb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e diff --git a/LCARStrek/browser/webRTC-indicator.css b/LCARStrek/browser/webRTC-indicator.css index bace7562..c53cd1c6 100644 --- a/LCARStrek/browser/webRTC-indicator.css +++ b/LCARStrek/browser/webRTC-indicator.css @@ -15,6 +15,12 @@ window { border-style: none; } +#audioVideoButton, +#screenShareButton { + -moz-context-properties: fill; + fill: #FFCF00; +} + #firefoxButton { background-image: url("chrome://branding/content/icon48.png"); background-repeat: no-repeat; @@ -29,7 +35,7 @@ window { } #screenShareButton { - background-image: url("webRTC-screen-16.png"); + background-image: url("chrome://browser/skin/notification-icons.svg#screen-indicator"); background-position: center center; background-repeat: no-repeat; background-size: 16px; @@ -61,17 +67,17 @@ window[sharingaudio] > #audioVideoButton { } window[sharingvideo] > #audioVideoButton { - background-image: url("webRTC-camera-16.png"); + background-image: url("chrome://browser/skin/notification-icons.svg#camera-indicator"); } window[sharingaudio] > #audioVideoButton { - background-image: url("webRTC-microphone-16.png"); + background-image: url("chrome://browser/skin/notification-icons.svg#microphone-indicator"); } /* Multi-icon button: */ window[sharingaudio][sharingvideo] > #audioVideoButton { - background-image: url("webRTC-camera-16.png"), - url("webRTC-microphone-16.png"); + background-image: url("chrome://browser/skin/notification-icons.svg#camera-indicator"), + url("chrome://browser/skin/notification-icons.svg#microphone-indicator"); background-position: 6px center, 26px center; background-size: 16px, 16px; min-width: 46px;