X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2Feditor.css;h=f0ef24bdd1f7d4fda91e20f117b291f01f801391;hp=81f24a337550d2acce51babd31609abb5d10d192;hb=d7b401aa5e2e90dbc0d350b459bca6f1f0ce46f7;hpb=8b2d3333e37e6d536193a657f26d6ebf5c7b5845 diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index 81f24a33..f0ef24bd 100644 --- a/EarlyBlue/editor/editor.css +++ b/EarlyBlue/editor/editor.css @@ -67,3 +67,28 @@ #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; +}