X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2FeditorModeToolbar.css;h=da403b3984237123699694e5ceaa1064621c3381;hp=c59857448863613a4bf05cb58e31b499f42138b7;hb=39d844b6a82edf28c0fac42c1f92f0ba3cbb7fa2;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/editor/editorModeToolbar.css b/EarlyBlue/editor/editorModeToolbar.css index c5985744..da403b39 100644 --- a/EarlyBlue/editor/editorModeToolbar.css +++ b/EarlyBlue/editor/editorModeToolbar.css @@ -35,37 +35,31 @@ * * ***** END LICENSE BLOCK ***** */ -@import url("chrome://editor/skin/EditModeTabs.css"); - @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; +} + +.tab-bottom[selected="true"] { +/* color: -moz-FieldText; */ +} -#NormalModeButton - { - list-style-image : url(chrome://editor/skin/images/editmode-normal.gif); - } +#NormalModeButton { + list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif"); +} -#TagModeButton - { - list-style-image : url(chrome://editor/skin/images/editmode-tags.gif); - } +#TagModeButton { + list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif"); +} -#SourceModeButton - { - list-style-image : url(chrome://editor/skin/images/editmode-html.gif); - } +#SourceModeButton { + list-style-image: url("chrome://editor/skin/icons/editmode-html.gif"); +} -#PreviewModeButton - { - list-style-image : url(chrome://editor/skin/images/editmode-preview.gif); - } +#PreviewModeButton { + list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif"); +}