keeping up with classic development
authorrobert <robert>
Fri, 1 Nov 2002 15:35:45 +0000 (15:35 +0000)
committerrobert <robert>
Fri, 1 Nov 2002 15:35:45 +0000 (15:35 +0000)
EarlyBlue/editor/EdImageMap.css
EarlyBlue/editor/editor.css
EarlyBlue/global/autocomplete.css
EarlyBlue/global/browser.css
EarlyBlue/global/toolbar.css

index 7ff1f16f6c59e46232e2053bedbb4f196561e400..17e58f737d203f19c188130b8f59ac34fbec92aa 100644 (file)
@@ -61,10 +61,6 @@ toolbar#toolbox button.tool {
   color: inherit;
 }
 
   color: inherit;
 }
 
-toolbar.toolbox > toolbargrippy {
-  visibility: collapse;
-}
-
 #pointerButton {
   list-style-image: url("chrome://editor/skin/icons/Map_pointerTool.gif");
 }
 #pointerButton {
   list-style-image: url("chrome://editor/skin/icons/Map_pointerTool.gif");
 }
index 81f24a337550d2acce51babd31609abb5d10d192..f0ef24bdd1f7d4fda91e20f117b291f01f801391 100644 (file)
 
 #ContentWindowDeck {
 }
 
 #ContentWindowDeck {
 }
+/* ::::: struct toolbar ::::: */
+
+#structToolbar {
+  min-width: 1px;
+  overflow: hidden;
+}
+
+#structSpacer {
+  margin: 2px 0px;
+}
+
+.struct-button {
+  padding: 2px;
+}
+
+.struct-button[checked="true"] {
+  font-weight: bold;
+}
+
+.struct-textbox {
+  -moz-appearance: none !important;
+  padding: 0px !important;
+  margin: 0px !important;
+  border: none !important;
+}
index b6b1aac9b25203f6e12bac771e6d802ba6136b76..67ec9b044c483e0005e9bf430e803722a049837f 100644 (file)
@@ -57,7 +57,6 @@ textbox {
 /* ::::: history button ::::: */
 
 .autocomplete-history-dropmarker {
 /* ::::: history button ::::: */
 
 .autocomplete-history-dropmarker {
-  -moz-appearance: menulist-button;
   -moz-box-align: center;
   -moz-box-pack: center;
   min-width: 15px;
   -moz-box-align: center;
   -moz-box-pack: center;
   min-width: 15px;
index abdf828a3638e29a208327335535afe3bc697434..d417862b9dd84bae87224272c7a308d85c85a8b8 100644 (file)
@@ -43,7 +43,6 @@
 }
 
 tabpanels {
 }
 
 tabpanels {
-  -moz-appearance: none;
 }
 
 .tabbrowser-tabs {
 }
 
 .tabbrowser-tabs {
index 0335b6bff40096f2be2832833bec474f00719e65..3ff59bb0dd624bfb4a4662f67dd607fa2f291b0e 100644 (file)
@@ -61,36 +61,6 @@ menubar {
   {
   }  
 
   {
   }  
 
-/* ::::: toolbargrippy ::::: */
-
-toolbargrippy {
-  -moz-box-orient: vertical;
-  -moz-box-align: center;
-  border: 1px solid #999999;
-  background-color: #666699;
-  width: 9px;
-  padding: 2px 0px;
-  list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow.gif");
-}
-
-toolbargrippy:hover {
-  background-color: #6699FF;
-}
-
-/* ::::: collapsed tray and grippies ::::: */
-
-toolbargrippy[tbgrippy-collapsed="true"] {
-  -moz-box-orient: horizontal;
-  width: 40px;
-  height: 9px;
-  padding: 0px 2px;
-  list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow-collapsed.gif");
-}
-
-.collapsed-tray-spacer {
-  border-bottom: 1px solid #9999CC;
-}  
-
 /* ::::: toolbarseparator ::::: */
 
 toolbarseparator {
 /* ::::: toolbarseparator ::::: */
 
 toolbarseparator {