X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fnewtab%2FnewTab.css;h=bdc57fe61773df49c79791746c177f841a78d5f8;hb=868b4137623e5709a07f354b7d72f67de57c9558;hp=c430cb6022f3e69e3520e9bebf1b6bcc3eb851e2;hpb=d7b7f7e155c7317942b24fc7aa53c4f9372581b9;p=themes.git diff --git a/LCARStrek/browser/newtab/newTab.css b/LCARStrek/browser/newtab/newTab.css index c430cb60..bdc57fe6 100644 --- a/LCARStrek/browser/newtab/newTab.css +++ b/LCARStrek/browser/newtab/newTab.css @@ -193,7 +193,7 @@ body { } .newtab-site[pinned] .newtab-title { - -moz-padding-start: 24px; + padding-inline-start: 24px; } .newtab-site[pinned] .newtab-title::before { @@ -209,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; } @@ -280,7 +280,7 @@ body { background-color: #000000; color: #E7ADE7; } -#newtab-search-text::-moz-placeholder { +#newtab-search-text::placeholder { color: #8050B0; } #newtab-search-text:focus { @@ -295,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 {