second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / communicator / aboutSyncTabs.css
index 47fa5b39df34d9db075c4782f42b2027dd28b2b9..22c8d706b2f569c1f68ce9462f920ea56c454a6b 100644 (file)
 #tabsListHeading {
   font-size: 140%;
   font-weight: bold;
-  -moz-margin-start: 40px;
+  margin-inline-start: 40px;
 }
 
 richlistitem {
-  -moz-margin-end: 2em;
+  margin-inline-end: 2em;
 }
 
 richlistitem[selected="true"],
@@ -29,8 +29,8 @@ richlistitem[type="tab"] {
   border: #9C9CFF 1px solid !important;
   padding: 2px 5px;
   margin-bottom: 4px;
-  -moz-margin-start: 4em;
-  -moz-border-radius: 6px;
+  margin-inline-start: 4em;
+  border-radius: 6px;
   background-color: #402800;
   width: 44em;
   opacity: 0.9;
@@ -43,18 +43,20 @@ richlistitem[type="tab"][selected="true"] {
 richlistitem[type="client"] {
   min-height: 2em;
   color: #FF9F00;
-  -moz-margin-start: 2em;
+  margin-inline-start: 2em;
   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;
 }
 
@@ -73,6 +75,6 @@ richlistitem.desktop[type="client"] {
 }
 
 .tabIcon {
-  -moz-padding-start: 2px;
+  padding-inline-start: 2px;
   padding-top: 2px;
 }