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/downloads/downloads.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/downloads/downloads.css')
-rw-r--r-- | webbrowser/themes/linux/downloads/downloads.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webbrowser/themes/linux/downloads/downloads.css b/webbrowser/themes/linux/downloads/downloads.css index 79bb5ee..368abd6 100644 --- a/webbrowser/themes/linux/downloads/downloads.css +++ b/webbrowser/themes/linux/downloads/downloads.css @@ -51,7 +51,7 @@ #downloadsSummary, richlistitem[type="download"] { height: 6em; - -moz-padding-end: 0; + padding-inline-end: 0; color: inherit; } @@ -96,7 +96,7 @@ richlistitem[type="download"]:last-child { } .downloadTypeIcon { - -moz-margin-end: 8px; + margin-inline-end: 8px; /* Prevent flickering when changing states. */ min-height: 32px; min-width: 32px; @@ -358,7 +358,7 @@ toolbar[brighttext] #downloads-indicator-counter { background-image: linear-gradient(#505050, #575757); border: 1px solid; border-color: hsla(0,0%,0%,.6) hsla(0,0%,0%,.4) hsla(0,0%,0%,.4); - -moz-border-start: none; + border-inline-start: none; border-radius: 0 2px 2px 0; } |