summaryrefslogtreecommitdiffstats
path: root/webbrowser/themes/linux/downloads
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-05-08 01:36:36 -0700
committerThomas Groman <tgroman@nuegia.net>2020-05-08 01:36:36 -0700
commit60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a (patch)
treeac0841083cbcc08233e56bba410398d9617e97aa /webbrowser/themes/linux/downloads
parentc9d96f4105e91bad95423e93195f4146f5720081 (diff)
downloadwebbrowser-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')
-rw-r--r--webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css2
-rw-r--r--webbrowser/themes/linux/downloads/downloads.css6
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;
}