X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2FeditorPrimaryToolbar.css;h=e5e5ca33c84321f67f8993a04949abc0bb882017;hp=d9b2433c3c93cc4b9ceb13a5714d3682a5145187;hb=4115f43c2ac9db84c2a8af9784a566c859871db3;hpb=acb0e9b83147c1f564a31120cd1a06b186214934 diff --git a/LCARStrek/editor/editorPrimaryToolbar.css b/LCARStrek/editor/editorPrimaryToolbar.css index d9b2433c..e5e5ca33 100644 --- a/LCARStrek/editor/editorPrimaryToolbar.css +++ b/LCARStrek/editor/editorPrimaryToolbar.css @@ -19,6 +19,8 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Joe Hewitt (hewitt@netscape.com) + * Patrick Thompson (sailfish@unforgettable.com) * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of @@ -222,3 +224,35 @@ #spellingButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important; } + +#cutButton { + list-style-image: url("chrome://editor/skin/icons/cut.gif"); +} + +#cutButton[disabled="true"] { + list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important; +} + +#copyButton { + list-style-image: url("chrome://editor/skin/icons/copy.gif"); +} + +#copyButton[disabled="true"] { + list-style-image: url("chrome://editor/skin/icons/copy-disabled.gif") !important; +} + +#pasteButton { + list-style-image: url("chrome://editor/skin/icons/paste.gif"); +} + +#pasteButton[disabled="true"] { + list-style-image: url("chrome://editor/skin/icons/paste-disabled.gif") !important; +} + +#findButton { + list-style-image: url("chrome://editor/skin/icons/cut.gif"); +} + +#findButton[disabled="true"] { + list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important; +}