X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fnewtab%2FnewTab.css;h=bdc57fe61773df49c79791746c177f841a78d5f8;hb=9f6401c22b50f8e59ea2275e257f9585a8e04e41;hp=f583b6c98b3c3aa8bd434ae7f75098df9c395e4e;hpb=b1dfcf3228675c75fda183c9cd0161c9be5d4047;p=themes.git diff --git a/LCARStrek/browser/newtab/newTab.css b/LCARStrek/browser/newtab/newTab.css index f583b6c9..bdc57fe6 100644 --- a/LCARStrek/browser/newtab/newTab.css +++ b/LCARStrek/browser/newtab/newTab.css @@ -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 {