sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / LCARStrek / browser / newtab / newTab.css
index f583b6c98b3c3aa8bd434ae7f75098df9c395e4e..bdc57fe61773df49c79791746c177f841a78d5f8 100644 (file)
@@ -132,6 +132,12 @@ body {
   overflow: hidden;
 }
 
+/***
+ * If you change the sizes here, change them in newTab.css
+ * and the preference values:
+ * toolkit.pageThumbs.minWidth
+ * toolkit.pageThumbs.minHeight
+ */
 /* THUMBNAILS */
 .newtab-thumbnail {
   background-origin: padding-box;
@@ -187,7 +193,7 @@ body {
 }
 
 .newtab-site[pinned] .newtab-title {
-  -moz-padding-start: 24px;
+  padding-inline-start: 24px;
 }
 
 .newtab-site[pinned] .newtab-title::before {
@@ -203,7 +209,7 @@ body {
   margin-top: 0;
 }
 
-.newtab-site[pinned] .newtab-title:-moz-dir(rtl)::before {
+.newtab-site[pinned] .newtab-title:dir(rtl)::before {
   left: auto;
   right: 0;
 }
@@ -274,7 +280,7 @@ body {
   background-color: #000000;
   color: #E7ADE7;
 }
-#newtab-search-text::-moz-placeholder {
+#newtab-search-text::placeholder {
   color: #8050B0;
 }
 #newtab-search-text:focus {
@@ -289,7 +295,7 @@ body {
   box-shadow: none;
   border-radius: 0 300px 300px 0;
   border: none;
-  -moz-margin-start: 3px;
+  margin-inline-start: 3px;
 }
 #newtab-search-text:focus + #newtab-search-submit,
 #newtab-search-text[autofocus] + #newtab-search-submit {