aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/preferences/in-content/search.css
diff options
context:
space:
mode:
authorHorst31802016-09-19 12:41:39 +0200
committerHorst31802016-09-19 12:41:39 +0200
commit4317ea6fa7e90fc10c97a19db4707775f0629dc0 (patch)
tree3e230600bd6c16ed1501afdbf89f67e745c76c37 /arc-firefox-theme/chrome/browser/preferences/in-content/search.css
parentce3a228bab792629df6d40181aff57d0eaa4d8e7 (diff)
downloadsolarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.tar.gz
solarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.tar.xz
solarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.zip
update to 49.0rc4
Diffstat (limited to 'arc-firefox-theme/chrome/browser/preferences/in-content/search.css')
-rw-r--r--arc-firefox-theme/chrome/browser/preferences/in-content/search.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/arc-firefox-theme/chrome/browser/preferences/in-content/search.css b/arc-firefox-theme/chrome/browser/preferences/in-content/search.css
index db9fd3a..f3c206b 100644
--- a/arc-firefox-theme/chrome/browser/preferences/in-content/search.css
+++ b/arc-firefox-theme/chrome/browser/preferences/in-content/search.css
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#defaultEngine {
- -moz-margin-start: 0;
+ margin-inline-start: 0;
}
#defaultEngine > .menulist-label-box > .menulist-icon {
@@ -20,8 +20,8 @@
}
#engineList treechildren::-moz-tree-image(engineName) {
- -moz-margin-end: 10px;
- -moz-margin-start: 1px;
+ margin-inline-end: 10px;
+ margin-inline-start: 1px;
width: 16px;
height: 16px;
}
@@ -31,7 +31,7 @@
width: 10000px; /* 100% doesn't work; 10k is hopefully larger than any window
we may have, overflow isn't visible. */
height: 2px;
- -moz-margin-start: 0;
+ margin-inline-start: 0;
}
#engineShown {