diff options
Diffstat (limited to 'webbrowser/themes/linux/autocomplete.css')
-rw-r--r-- | webbrowser/themes/linux/autocomplete.css | 10 |
1 files changed, 5 insertions, 5 deletions
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 { |