X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2FaboutSyncTabs.css;h=b72daf2d705df448b3f53c3b985291ba9f552a62;hp=47fa5b39df34d9db075c4782f42b2027dd28b2b9;hb=8ab9ca8a251b25fb4a6ba8744a1c75ec9bcc4990;hpb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca diff --git a/LCARStrek/communicator/aboutSyncTabs.css b/LCARStrek/communicator/aboutSyncTabs.css index 47fa5b39..b72daf2d 100644 --- a/LCARStrek/communicator/aboutSyncTabs.css +++ b/LCARStrek/communicator/aboutSyncTabs.css @@ -30,7 +30,7 @@ richlistitem[type="tab"] { padding: 2px 5px; margin-bottom: 4px; -moz-margin-start: 4em; - -moz-border-radius: 6px; + border-radius: 6px; background-color: #402800; width: 44em; opacity: 0.9; @@ -47,14 +47,16 @@ richlistitem[type="client"] { margin-top: 2px; margin-bottom: 3px; width: 42em; - -moz-border-radius: 6px; + border-radius: 6px; background-color: transparent; -moz-user-focus: ignore !important; } -richlistitem.mobile[type="client"] { + +.mobile[type="client"] { list-style-image: url("chrome://communicator/skin/sync/sync-mobileIcon.png"); } -richlistitem.desktop[type="client"] { + +.desktop[type="client"] { list-style-image: url("chrome://communicator/skin/sync/sync-desktopIcon.png"); } @@ -64,7 +66,7 @@ richlistitem.desktop[type="client"] { } .url { - color: blue; + color: #3333FF; font-size: 0.95em; }