first part of syncing LCARStrek with Firefox 54 browser windows theme changes
[themes.git] / LCARStrek / browser / searchReset.css
CommitLineData
db1c5db1
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5body {
6 align-items: center;
7}
8
9.title {
10 background-image: url("chrome://browser/skin/icon-search-64.svg");
11}
12
13#defaultEngine {
14 padding-inline-start: 26px;
15 background-repeat: no-repeat;
16 background-position: 5px center;
17 background-size: 16px, 16px;
18}
19
fa981c35 20#defaultEngine:dir(rtl) {
db1c5db1
RK
21 background-position: calc(100% - 5px) center;
22}