* background color wrong for disable combobox

* login box footer background image is off by a few pixel
This commit is contained in:
Heng Sin Low 2009-05-15 17:39:50 +00:00
parent 5e9d1586a5
commit 5224880666
1 changed files with 5 additions and 3 deletions

View File

@ -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);