#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;
+}
{
}
-/* ::::: 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 {