rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / forms / forms.css
similarity index 73%
rename from LCARStrek/communicator/search/internet.css
rename to LCARStrek/forms/forms.css
index 2fc88c7b1f10b1c57311da36f883c960907fdae8..64178c41faa9bb1e51bfa9479eff269ed47f0d78 100644 (file)
  * for the specific language governing rights and limitations under the
  * License.
  *
- * The Original Code is "Classic" theme of mozilla.org code.
+ * The Original Code is 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
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2002
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
- *   Robert Kaiser <KaiRo@KaiRo.at>
+ *  Brian Ryner <bryner@netscape.com>
  *
  * 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");
+/* This file contains skin-specific rules for HTML form controls */
 
-tree[id="searchengines"] {
- width: 300px;
-}
+/* xbl-forms.css contains the XBL bindings common to all skins */
+@import url("chrome://forms/content/xbl-forms.css");
 
-tree[id="searchengines"] > treecol[id="CheckboxColumn"] {
- width: 40px;
-}
+@import url("chrome://forms/skin/select.css");
+@import url("chrome://forms/skin/select-dropdown.css");
+@import url("chrome://forms/skin/checkbox.css");
+@import url("chrome://forms/skin/button.css");
 
-treecol[sortActive="true"] {
- background-color: #008484;
-}