X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsyncedtabs%2Fsidebar.css;h=5e25a0f51e3e4f3e80f059b4fcabec1efb6fcac6;hp=fa6f601c07885be4de017452cc4f336ddbd2f37f;hb=dbad77eabc8467c637024bc9963f45310d15565c;hpb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf diff --git a/LCARStrek/browser/syncedtabs/sidebar.css b/LCARStrek/browser/syncedtabs/sidebar.css index fa6f601c..5e25a0f5 100644 --- a/LCARStrek/browser/syncedtabs/sidebar.css +++ b/LCARStrek/browser/syncedtabs/sidebar.css @@ -91,14 +91,24 @@ body { padding-inline-start: 20px; } -.item.tab > .item-title-container > .item-icon-container { - background-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); +.item.client.device-image-desktop > .item-title-container > .item-icon-container { + background-image: url("chrome://browser/skin/sync-desktopIcon.svg#icon"); +} + +.item.client.device-image-desktop.selected:focus > .item-title-container > .item-icon-container { + background-image: url("chrome://browser/skin/sync-desktopIcon.svg#icon-inverted"); +} + +.item.client.device-image-mobile > .item-title-container > .item-icon-container { + background-image: url("chrome://browser/skin/sync-mobileIcon.svg#icon"); +} + +.item.client.device-image-mobile.selected:focus > .item-title-container > .item-icon-container { + background-image: url("chrome://browser/skin/sync-mobileIcon.svg#icon-inverted"); } -@media (min-resolution: 1.1dppx) { .item.tab > .item-title-container > .item-icon-container { - background-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png"); - } + background-image: url("chrome://mozapps/skin/places/defaultFavicon.svg"); } .item-icon-container { @@ -128,6 +138,7 @@ body { text-overflow: ellipsis; margin: 0px; line-height: 1.3; + cursor: default; } .item[hidden] { @@ -313,7 +324,7 @@ html { background-repeat: no-repeat; background-position: center; padding-top: 5px; - width: 9px; /* The image's width is 9 pixels */ + max-width: 9px; /* The image's width is 9 pixels */ height: 9px; }