update both themes for toolkit winstripe changes up to 2010-08-13
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index 9d59e47844d51fcb1e6ec3a27a6376016d5c6664..88b095741543d3a09e9cce46963f8b548a41521e 100644 (file)
   -moz-margin-end: 6px;
 }
 
+#header-searching {
+  list-style-image: url("chrome://global/skin/icons/loading.gif");
+}
+
 .view-header {
   background-color: #9C9CFF;
   color: #000000;
   width: 12px;
 }
 
-.download-progress .start-cap {
+.download-progress .start-cap:-moz-locale-dir(ltr),
+.download-progress .end-cap:-moz-locale-dir(rtl) {
   -moz-border-radius: 100% 0 0 100%;
 }
 
-.download-progress .end-cap {
+.download-progress .end-cap:-moz-locale-dir(ltr),
+.download-progress .start-cap:-moz-locale-dir(rtl) {
   -moz-border-radius: 0 100% 100% 0;
 }
 
   -moz-appearance: none;
   background-color: #8050B0;
   border-width: 1px 0px 0px 1px;
+  padding-right: 1px;
   border-style: solid;
   -moz-border-radius: 100%;
   min-width: 16px;