From 522488066670c2c73d5f32002c40e59ffdc20130 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Fri, 15 May 2009 17:39:50 +0000 Subject: [PATCH] * background color wrong for disable combobox * login box footer background image is off by a few pixel --- zkwebui/theme/default/css/theme.css.dsp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/zkwebui/theme/default/css/theme.css.dsp b/zkwebui/theme/default/css/theme.css.dsp index d819f71071..eb6768b3f6 100644 --- a/zkwebui/theme/default/css/theme.css.dsp +++ b/zkwebui/theme/default/css/theme.css.dsp @@ -48,11 +48,11 @@ html,body { .login-box-footer { background-image: url(../images/login-box-footer.png); + background-position: top right; background-color: transparent; z-index: 2; height: 110px; width: 660px; - margin-left: 2px; } .login-box-footer-pnl { @@ -113,7 +113,6 @@ html,body { } .header { - --background-image: url(images/gradient-bg.gif); background-image: url(../images/header-bg.png); background-repeat: repeat-x; width: 100%; @@ -137,7 +136,6 @@ html,body { } .editor-button { - --height: 22px; width: 26px; padding: 0px; } @@ -354,6 +352,10 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none { color: black !important; cursor: default !important; } +.z-combobox-text-disd { + background-color: #ECEAE4 !important; +} + <%-- Button --%> .z-button-disd { color: black; cursor: default; opacity: .6; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60);