diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-05-08 01:36:36 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-05-08 01:36:36 -0700 |
commit | 60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a (patch) | |
tree | ac0841083cbcc08233e56bba410398d9617e97aa /webbrowser/themes/linux/preferences | |
parent | c9d96f4105e91bad95423e93195f4146f5720081 (diff) | |
download | webbrowser-60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a.tar webbrowser-60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a.tar.gz webbrowser-60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a.tar.lz webbrowser-60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a.tar.xz webbrowser-60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a.zip |
Replace -moz prefixed logical properties in themes
Diffstat (limited to 'webbrowser/themes/linux/preferences')
-rw-r--r-- | webbrowser/themes/linux/preferences/applications.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/webbrowser/themes/linux/preferences/applications.css b/webbrowser/themes/linux/preferences/applications.css index c9d1b8c..8b63dfd 100644 --- a/webbrowser/themes/linux/preferences/applications.css +++ b/webbrowser/themes/linux/preferences/applications.css @@ -11,18 +11,18 @@ .actionsMenu { margin-top: -1px; margin-bottom: -1px; - -moz-margin-start: -1px; - -moz-margin-end: 0; + margin-inline-start: -1px; + margin-inline-end: 0; } .typeIcon, .actionIcon { - -moz-margin-start: 3px; - -moz-margin-end: 3px; + margin-inline-start: 3px; + margin-inline-end: 3px; } richlistitem label { - -moz-margin-start: 1px; + margin-inline-start: 1px; margin-top: 2px; } @@ -51,16 +51,16 @@ menuitem[appHandlerIcon="plugin"] { } .actionsMenu .menulist-icon { - -moz-margin-end: 1px; + margin-inline-end: 1px; height: 16px; width: 16px; } .actionsMenu > menupopup > menuitem > .menu-iconic-left { - -moz-padding-start: 0; - -moz-padding-end: 4px !important; + padding-inline-start: 0; + padding-inline-end: 4px !important; } .actionsMenu > menupopup > menuitem { - -moz-padding-start: 3px; + padding-inline-start: 3px; } |