X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2Feditor.css;h=b6222640d05a244d550439f266ba1df86e3169b3;hp=3d86836981498180e0f2ca802ca6adf12bd677b1;hb=136d0f4352b32066ee0cb62122a29bb94130b0e0;hpb=edb23828c6aa847f6b4617ef96135d08d5abe22c diff --git a/LCARStrek/editor/editor.css b/LCARStrek/editor/editor.css index 3d868369..b6222640 100644 --- a/LCARStrek/editor/editor.css +++ b/LCARStrek/editor/editor.css @@ -67,3 +67,28 @@ #ContentWindowDeck { } + +/* ::::: struct toolbar ::::: */ + +#structToolbar { + min-width: 1px; + overflow: -moz-hidden-unscrollable; +} + +#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; +}