X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2Feditor.css;h=fa2d7b613cf141bedcca1536980e4fd6a6138bc0;hp=81f24a337550d2acce51babd31609abb5d10d192;hb=322edebde97a18dcffe4a560645025fa53c3443c;hpb=1232bf8ee7be1454f55e0c111f364f18e5e871eb diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index 81f24a33..fa2d7b61 100644 --- a/EarlyBlue/editor/editor.css +++ b/EarlyBlue/editor/editor.css @@ -67,3 +67,27 @@ #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; +}