X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2FeditorModeToolbar.css;h=aed33ea138153ce18077955ca6b576769d2e6e1d;hp=c59857448863613a4bf05cb58e31b499f42138b7;hb=5322a3926cec042a2cd02135c9049996bfbb1e29;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/editor/editorModeToolbar.css b/LCARStrek/editor/editorModeToolbar.css index c5985744..aed33ea1 100644 --- a/LCARStrek/editor/editorModeToolbar.css +++ b/LCARStrek/editor/editorModeToolbar.css @@ -39,33 +39,29 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -#EditModeToolbar - { - padding : 0px; - -moz-box-align : start; -/* border-bottom : 1px solid ThreeDShadow; */ - margin-bottom : 0px; - min-width : 1px; -/* color : white; - background-color : ThreeDFace; */ - } +#EditModeToolbar { + -moz-box-align: start; + padding: 0px; + margin-bottom: 0px; + min-width: 1px; +} -#NormalModeButton - { - list-style-image : url(chrome://editor/skin/images/editmode-normal.gif); - } +.tab-bottom[selected="true"] { +/* color: -moz-FieldText; */ +} -#TagModeButton - { - list-style-image : url(chrome://editor/skin/images/editmode-tags.gif); - } +#NormalModeButton { + list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif"); +} -#SourceModeButton - { - list-style-image : url(chrome://editor/skin/images/editmode-html.gif); - } +#TagModeButton { + list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif"); +} -#PreviewModeButton - { - list-style-image : url(chrome://editor/skin/images/editmode-preview.gif); - } +#SourceModeButton { + list-style-image: url("chrome://editor/skin/icons/editmode-html.gif"); +} + +#PreviewModeButton { + list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif"); +}