keeping up with classic development
[themes.git] / LCARStrek / editor / editor.css
index 3d86836981498180e0f2ca802ca6adf12bd677b1..efab7d33c48abcc921d7986d0f18ee3f9dcb59ba 100644 (file)
  
 #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 {
+  padding: 0px !important;
+  margin: 0px !important;
+  border: none !important;
+}
\ No newline at end of file