X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2FeditorPrimaryToolbar.css;fp=EarlyBlue%2Feditor%2FeditorPrimaryToolbar.css;h=f7a30dbbf804412d738dd53e19a9fd151d8e8585;hp=b50ace480e9abada2efc7d0e893fbcc1db192624;hb=afb758a00fc5ebfc2811cfb25037b225e9192a0c;hpb=55cca60c2c12260759091800d9b926b4055d1f7b diff --git a/EarlyBlue/editor/editorPrimaryToolbar.css b/EarlyBlue/editor/editorPrimaryToolbar.css index b50ace48..f7a30dbb 100644 --- a/EarlyBlue/editor/editorPrimaryToolbar.css +++ b/EarlyBlue/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 @@ -145,8 +147,40 @@ #spellingButton { list-style-image: url("chrome://editor/skin/icons/spell.gif"); -} +} #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; +}