[tor-commits] [torbutton/master] Bug 26500: Reposition circuit display relay icon for RTL locales

gk at torproject.org gk at torproject.org
Wed Jun 27 20:25:10 UTC 2018


commit b61ed65010816c8ceb4361dbd02a278347dca91b
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Mon Jun 25 11:37:47 2018 -0700

    Bug 26500: Reposition circuit display relay icon for RTL locales
    
    It seems -moz-locale-dir(rtl) works in XUL; dir(rtl) does not.
---
 src/chrome/skin/tor-circuit-display.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/skin/tor-circuit-display.css b/src/chrome/skin/tor-circuit-display.css
index c9e682a..ed17f91 100644
--- a/src/chrome/skin/tor-circuit-display.css
+++ b/src/chrome/skin/tor-circuit-display.css
@@ -21,7 +21,7 @@ and lines drawn between them to represent Tor network inter-relay connections.
   width: 100%;
 }
 
-#circuit-display-content:dir(rtl) {
+#circuit-display-content:-moz-locale-dir(rtl) {
   background-position: calc(100% - 1em) 1em;
 }
 



More information about the tor-commits mailing list