update EarlyBlue to trunk
[themes.git] / EarlyBlue / global / numberbox.css
similarity index 72%
rename from EarlyBlue/communicator/formatting.css
rename to EarlyBlue/global/numberbox.css
index 208d08cff58692a147402ef15ba14d6d2fee8818..e1515ce3a6679c067bebfd0e9685dcf6f79d87d8 100644 (file)
  * for the specific language governing rights and limitations under the
  * License.
  *
- * The Original Code is "Classic" theme of mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * the Mozilla Organization.
- * Portions created by the Initial Developer are Copyright (C) 1998-2001
+ * The Initial Developer of the Original Code is the Mozilla Corporation
+ * Portions created by the Initial Developer are Copyright (C) 2006
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
- *   Robert Kaiser <KaiRo@KaiRo.at>
+ *   Neil Deakin (enndeakin@sympatico.ca)
  *
  * Alternatively, the contents of this file may be used under the terms of
  * either the GNU General Public License Version 2 or later (the "GPL"), or
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+/* ===== numberbox.css ==================================================
+  == Styles used by the XUL textbox type="number" element.
+  ======================================================================= */
 
-/* class for text with a 'link' appearance */
-.text-link {
-  color: blue;
-  text-decoration: underline;
-}
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
 
-.text-link:focus {
-  color: red;
-  outline: 1px dotted invert;
+textbox[type="number"] {
+  padding: 0 !important;
+  cursor: default;
 }
 
-.text-link:hover {
-  cursor: pointer;
+html|*.numberbox-input {
+  text-align: right;
 }
 
-.text-link:hover:active {
-  color: red;
+.numberbox-input-box {
+  -moz-box-align: center;
 }
 
-.text-link[visited="true"] {
-  color: purple;
-}
\ No newline at end of file