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/downloads/allDownloadsViewOverlay.css | 2 +- webbrowser/themes/linux/downloads/downloads.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'webbrowser/themes/linux/downloads') diff --git a/webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css b/webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css index 3526e01..b417884 100644 --- a/webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css +++ b/webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css @@ -14,7 +14,7 @@ } .downloadTypeIcon { - -moz-margin-end: 8px; + margin-inline-end: 8px; /* Prevent flickering when changing states. */ min-height: 32px; min-width: 32px; 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; } -- cgit v1.2.3