X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=ada02a6b10775a7111f2e9841ca1e0e0b98b9143;hp=678b5b679a0f78cfa3c8a8c85d0452d94a68ce61;hb=39819724e7ccf708c0bb3a149b5f02749ea81c60;hpb=9d311b0d8bce4917df58f628dfbb5c6e3f667e76;ds=sidebyside diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 678b5b67..ada02a6b 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -2031,22 +2031,20 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-but } #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; }