X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FsearchReset.css;fp=LCARStrek%2Fbrowser%2FsearchReset.css;h=3573d7d15d2830b26fc56277cc08c9af1500084a;hp=0000000000000000000000000000000000000000;hb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e;hpb=9ff3770c42688104b98dc9f99e67148047d9bd6d diff --git a/LCARStrek/browser/searchReset.css b/LCARStrek/browser/searchReset.css new file mode 100644 index 00000000..3573d7d1 --- /dev/null +++ b/LCARStrek/browser/searchReset.css @@ -0,0 +1,22 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +body { + align-items: center; +} + +.title { + background-image: url("chrome://browser/skin/icon-search-64.svg"); +} + +#defaultEngine { + padding-inline-start: 26px; + background-repeat: no-repeat; + background-position: 5px center; + background-size: 16px, 16px; +} + +#defaultEngine:-moz-dir(rtl) { + background-position: calc(100% - 5px) center; +}