From f2c105e4202f3e42e19c2b1923cf330779291c17 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 20 Apr 2017 01:23:12 +0200 Subject: update to 53.0 --- .../chrome/mozapps/aboutNetworking.css | 9 ++ arc-firefox-theme/chrome/mozapps/aboutProfiles.css | 1 + .../chrome/mozapps/downloads/downloads.css | 112 --------------------- 3 files changed, 10 insertions(+), 112 deletions(-) delete mode 100644 arc-firefox-theme/chrome/mozapps/downloads/downloads.css (limited to 'arc-firefox-theme/chrome/mozapps') diff --git a/arc-firefox-theme/chrome/mozapps/aboutNetworking.css b/arc-firefox-theme/chrome/mozapps/aboutNetworking.css index 981c04a..619a367 100644 --- a/arc-firefox-theme/chrome/mozapps/aboutNetworking.css +++ b/arc-firefox-theme/chrome/mozapps/aboutNetworking.css @@ -18,6 +18,10 @@ body { float: left; } +#sectionTitle:dir(rtl) { + float: right; +} + #refreshDiv { justify-content: flex-end; margin-bottom: 0.5em; @@ -86,6 +90,11 @@ body { background-size: 1.6em; } +.title:dir(rtl)::before { + left: auto; + right: -2.3em; +} + .warningBackground button { margin-top: 1em; margin-left: 0; diff --git a/arc-firefox-theme/chrome/mozapps/aboutProfiles.css b/arc-firefox-theme/chrome/mozapps/aboutProfiles.css index 09dc9ea..0640b71 100644 --- a/arc-firefox-theme/chrome/mozapps/aboutProfiles.css +++ b/arc-firefox-theme/chrome/mozapps/aboutProfiles.css @@ -48,6 +48,7 @@ th.column { td { border-color: var(--in-content-table-border-dark-color); + unicode-bidi: plaintext; /* Make sure file paths will be LTR */ } #action-box { diff --git a/arc-firefox-theme/chrome/mozapps/downloads/downloads.css b/arc-firefox-theme/chrome/mozapps/downloads/downloads.css deleted file mode 100644 index bb441f4..0000000 --- a/arc-firefox-theme/chrome/mozapps/downloads/downloads.css +++ /dev/null @@ -1,112 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#downloadManager { - background-color: ThreeDFace; -} - -/* Download View */ -#downloadView { - -moz-appearance: none !important; - margin: 0; - border-bottom: 2px solid; - -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -} - -/* Download View Items */ -richlistitem[type="download"] { - padding: 4px 8px 4px 4px; - min-height: 46px; -} - -richlistitem[type="download"]:not([selected="true"]):nth-child(odd) { - background-color: -moz-oddtreerow; -} - -richlistitem[type="download"] .name { - font-size: larger; -} - -richlistitem[type="download"] .dateTime { - font-size: smaller; -} - -.mini-button { - -moz-appearance: none; - background-color: transparent; - border: none; - padding: 0; - margin: 0; - min-width: 0; - min-height: 0; -} - -.mini-button > .button-box { - padding: 0 !important; -} - -menuitem:not([type]) { - -moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic"); -} - -.cancel, -#menuitem_cancel { - list-style-image: url("moz-icon://stock/gtk-cancel?size=menu"); -} - -#menuitem_open { - list-style-image: url("moz-icon://stock/gtk-open?size=menu"); -} -#menuitem_open[disabled="true"] { - list-style-image: url("moz-icon://stock/gtk-open?size=menu&state=disabled"); -} - -.pause, -#menuitem_pause { - list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu"); -} - -.pause[disabled="true"], -#menuitem_pause[disabled="true"] { - list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu&state=disabled"); -} - -.resume, -#menuitem_resume { - list-style-image: url("moz-icon://stock/gtk-media-play?size=menu"); -} - -.retry, -#menuitem_retry { - list-style-image: url("moz-icon://stock/gtk-redo?size=menu"); -} - -#menuitem_removeFromList { - list-style-image: url("moz-icon://stock/gtk-remove?size=menu"); -} - -#menuitem_copyLocation { - list-style-image: url("moz-icon://stock/gtk-copy?size=menu"); -} - -.blockedIcon { - list-style-image: url("moz-icon://stock/gtk-dialog-error?size=dialog"); - width: 32px; - height: 32px; -} - -/* prevent flickering when changing states */ -.downloadTypeIcon { - min-height: 32px; - min-width: 32px; -} - -#clearListButton { - list-style-image: url(moz-icon://stock/gtk-clear?size=button); - margin-top: 3px; -} - -#clearListButton[disabled="true"] { - list-style-image: url(moz-icon://stock/gtk-clear?size=button&state=disabled); -} -- cgit v1.2.3