adding inspector component, currently same as classic
[themes.git] / EarlyBlue / editor / editor.css
index 81f24a337550d2acce51babd31609abb5d10d192..fa2d7b613cf141bedcca1536980e4fd6a6138bc0 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;
+}