summaryrefslogtreecommitdiffstats
path: root/webbrowser/themes/linux/downloads/downloads.css
diff options
context:
space:
mode:
Diffstat (limited to 'webbrowser/themes/linux/downloads/downloads.css')
-rw-r--r--webbrowser/themes/linux/downloads/downloads.css6
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;
}