X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2FeditorModeToolbar.css;h=d5876878613d8a495d7661d2caa468762ecfe258;hp=c59857448863613a4bf05cb58e31b499f42138b7;hb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/editor/editorModeToolbar.css b/EarlyBlue/editor/editorModeToolbar.css index c5985744..d5876878 100644 --- a/EarlyBlue/editor/editorModeToolbar.css +++ b/EarlyBlue/editor/editorModeToolbar.css @@ -35,37 +35,32 @@ * * ***** 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"] { +/* background-color: -moz-Field; + 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"); +}