diff -r 112debff64bd -r 5f1cd51bf1be themes/oxygen/css/bleu.css --- a/themes/oxygen/css/bleu.css Sat Dec 15 18:10:14 2007 -0500 +++ b/themes/oxygen/css/bleu.css Tue Dec 18 23:44:55 2007 -0500 @@ -246,6 +246,11 @@ color: #202020; } +input[type ^="image"][disabled ^="disabled"] { + opacity: 0.5; + filter: alpha(opacity=50); +} + /* JWS window theming */ div.jswindow { border: 2px solid #7090B0; border-top: 5px solid #7090B0; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; } div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; }