diff options
Diffstat (limited to 'webbrowser/themes/linux/downloads')
-rw-r--r-- | webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css | 2 | ||||
-rw-r--r-- | webbrowser/themes/linux/downloads/downloads.css | 6 |
2 files changed, 4 insertions, 4 deletions
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; } |