sync EarlyBlue up to SeaMonkey 2 Alpha 1, last theme changesets are http://hg.mozilla...
[themes.git] / EarlyBlue / communicator / preferences.css
index 86763e75370ff09f54ec625b579c0e77a942f678..1c33deb61a05f1cc3f9d3b035963552ba1a9c1b5 100644 (file)
@@ -47,3 +47,37 @@ prefwindow {
   -moz-padding-end: 10px;
 }
 
+/* File Field Widget */
+filefield {
+  margin: 2px 4px;
+  border: 1px inset #CCD0DD;
+}
+
+.fileFieldContentBox {
+  background-color: #CCD0DD;
+}
+
+filefield[disabled="true"] {
+  color: #CCCCCC;
+  border: 1px solid #666699;
+}
+
+.fileFieldIcon[disabled="true"] {
+  opacity: 0.4;
+}
+
+.fileFieldIcon {
+  width: 16px;
+  height: 16px;
+  margin-top: 1px;
+  margin-bottom: 1px;
+  -moz-margin-start: 1px;
+  -moz-margin-end: 4px;
+}
+
+.fileFieldLabel {
+  -moz-appearance: none;
+  background-color: transparent;
+  border: none;
+  margin: 0px;
+}