sync both themes with toolkit windows theme changes in Mozilla 55 cycle
[themes.git] / LCARStrek / communicator / sidebar / sidebar.css
index 55cf56d53456285a3ce386ee571fb92c810d4c16..2f578ce19b6aa461dcdeaf92b70804d124451c7e 100644 (file)
@@ -17,7 +17,7 @@
 }
 
 #sidebar-splitter {
-  -moz-margin-start: 0px;
+  margin-inline-start: 0px;
 }
 
 #sidebar-splitter:not([state="collapsed"]) {
@@ -32,7 +32,7 @@
 #sidebar-panels {
   background-color: #000000;
   border-radius: 0 5px 0 0;
-  -moz-padding-end: 3px;
+  padding-inline-end: 3px;
 }
 
 #sidebar-splitter:not([state="collapsed"]):-moz-locale-dir(rtl),
   color: #000000;
   background-color: #9C9CFF;
   padding: 0px 2px;
-  -moz-padding-start: 3px;
-  -moz-padding-end: 8px;
+  padding-inline-start: 3px;
+  padding-inline-end: 8px;
   height: auto;
+  overflow-x: hidden;
 }
 
 .sidebar-header-text {
@@ -95,7 +96,7 @@
 }
 
 .text-panel-loading[loading="false"] {
-  -moz-margin-start: 11px;
+  margin-inline-start: 11px;
 }
 
 .image-panel-loading {
 }
 
 .tab-back {
-  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-}
\ No newline at end of file
+  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
+}