second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / global / about.css
index cf68269435bc0958a8bccdb033d10825653199e4..23e8a80ad9911aa66c89c722fb14c0391e14591c 100644 (file)
@@ -13,7 +13,7 @@ body {
   border: 1px solid #9C9CFF;
   border-radius: 10px;
   padding: 3em;
   border: 1px solid #9C9CFF;
   border-radius: 10px;
   padding: 3em;
-  -moz-padding-start: 30px;
+  padding-inline-start: 30px;
   background: #000000;
 }
 
   background: #000000;
 }
 
@@ -22,7 +22,8 @@ body {
 }
 
 #aboutLogoContainer {
 }
 
 #aboutLogoContainer {
-  border: 1px solid #E7ADE7;
+  border: 1px solid #3333FF;
+  border-radius: 5px;
   width: 300px;
   margin-bottom: 2em;
 }
   width: 300px;
   margin-bottom: 2em;
 }
@@ -31,18 +32,23 @@ img {
   border: 0;
 }
 
   border: 0;
 }
 
+#vendorURL {
+  text-decoration: none;
+}
+
 #version {
   font-weight: bold;
   color: #008484;
   margin-top: -24px;
   margin-bottom: 9px;
 #version {
   font-weight: bold;
   color: #008484;
   margin-top: -24px;
   margin-bottom: 9px;
-  -moz-margin-start: 17px;
-  -moz-margin-end: 0;
+  margin-inline-start: 17px;
+  margin-inline-end: 0;
+  text-align: left; /* Override direction alignment on RTL to make sure that the version will fit well on the background. bug 1325232 */
 }
 
 ul {
   margin: 0;
 }
 
 ul {
   margin: 0;
-  -moz-margin-start: 1.5em;
+  margin-inline-start: 1.5em;
   padding: 0;
   list-style: square;
 }
   padding: 0;
   list-style: square;
 }
@@ -59,3 +65,7 @@ th, td {
   -moz-column-width: 20em;
   -moz-column-gap: 3em;
 }
   -moz-column-width: 20em;
   -moz-column-gap: 3em;
 }
+
+a:link {
+  color: #3333FF;
+}