Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.css,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.css 2 Nov 2005 09:20:05 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.css 2 Feb 2007 21:05:08 -0000 1.3 @@ -1,4 +1,4 @@ -html, body { +html, body, .dialog { background: ButtonFace; color: ButtonText; font: 11px Tahoma,Verdana,sans-serif; @@ -25,7 +25,12 @@ .title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px; border-bottom: 1px solid black; letter-spacing: 2px; } - +.buttonColor { + padding: 1px; + cursor: default; + border: 1px solid; + border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; +} #buttons { margin-top: 1em; border-top: 1px solid #999; padding: 2px; text-align: right;