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/permissions/aboutPermissions.css | |
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/permissions/aboutPermissions.css')
-rw-r--r-- | webbrowser/themes/linux/permissions/aboutPermissions.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webbrowser/themes/linux/permissions/aboutPermissions.css b/webbrowser/themes/linux/permissions/aboutPermissions.css index 386e167..17634e8 100644 --- a/webbrowser/themes/linux/permissions/aboutPermissions.css +++ b/webbrowser/themes/linux/permissions/aboutPermissions.css @@ -40,7 +40,7 @@ .site-favicon { height: 16px; width: 16px; - -moz-margin-end: 4px; + margin-inline-end: 4px; list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); } @@ -57,7 +57,7 @@ #site-description { font-size: 125%; - -moz-margin-start: 6px; /* to match button margin */ + margin-inline-start: 6px; /* to match button margin */ } #site-label { @@ -69,7 +69,7 @@ #defaults-description { font-size: 125%; font-weight: bold; - -moz-margin-start: 6px; + margin-inline-start: 6px; } .pref-item { @@ -79,7 +79,7 @@ .pref-icon { width: 36px; height: 36px; - -moz-margin-end: 10px; + margin-inline-end: 10px; } .pref-icon[type="password"] { |