look and feel - hightlight focus form element

This commit is contained in:
Heng Sin Low 2009-05-07 09:34:58 +00:00
parent b79597305a
commit 5a7101ac79
1 changed files with 6 additions and 1 deletions

View File

@ -264,4 +264,9 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
<%-- Button --%>
.z-button-disd {
color: black; cursor: default; opacity: .6; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60);
}
}
<%-- highlight focus form element --%>
input:focus, textarea:focus, .z-combobox-inp:focus, z-datebox-inp:focus {
border: 1px solid #0000ff;
}