diff options
author | Horst3180 | 2017-04-20 01:23:12 +0200 |
---|---|---|
committer | Horst3180 | 2017-04-20 01:23:12 +0200 |
commit | f2c105e4202f3e42e19c2b1923cf330779291c17 (patch) | |
tree | 601a4f8152409d8b5ce5b149615438a50d44f358 /arc-firefox-theme/chrome/mozapps/aboutNetworking.css | |
parent | 25b18b8e6a78e44c7b62f429ecbb1f0b457b0e43 (diff) | |
download | solarc-firefox-theme-f2c105e4202f3e42e19c2b1923cf330779291c17.tar.gz solarc-firefox-theme-f2c105e4202f3e42e19c2b1923cf330779291c17.tar.xz solarc-firefox-theme-f2c105e4202f3e42e19c2b1923cf330779291c17.zip |
update to 53.0
Diffstat (limited to 'arc-firefox-theme/chrome/mozapps/aboutNetworking.css')
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/aboutNetworking.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; |