make add icon work
[themes.git] / LCARStrek / communicator / aboutSyncTabs.css
index 47fa5b39df34d9db075c4782f42b2027dd28b2b9..b72daf2d705df448b3f53c3b985291ba9f552a62 100644 (file)
@@ -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;
 }