From 60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Fri, 8 May 2020 01:36:36 -0700 Subject: Replace -moz prefixed logical properties in themes --- webbrowser/themes/linux/autocomplete.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'webbrowser/themes/linux/autocomplete.css') diff --git a/webbrowser/themes/linux/autocomplete.css b/webbrowser/themes/linux/autocomplete.css index ab92685..e23e6b0 100644 --- a/webbrowser/themes/linux/autocomplete.css +++ b/webbrowser/themes/linux/autocomplete.css @@ -83,7 +83,7 @@ panel[type="private-autocomplete-richlistbox"], } .private-autocomplete-treebody::-moz-tree-cell-text { - -moz-padding-start: 8px; + padding-inline-start: 8px; } treechildren.private-autocomplete-treebody::-moz-tree-row(selected) { @@ -143,15 +143,15 @@ treechildren.private-autocomplete-treebody::-moz-tree-cell-text(selected) { width: 16px; height: 16px; margin-bottom: -2px; - -moz-margin-start: 3px; - -moz-margin-end: 6px; + margin-inline-start: 3px; + margin-inline-end: 6px; } .ac-type-icon { width: 16px; height: 16px; - -moz-margin-start: 6px; - -moz-margin-end: 4px; + margin-inline-start: 6px; + margin-inline-end: 4px; } .ac-extra > .ac-result-type-tag { -- cgit v1.2.3