look and feel - hightlight focus form element
This commit is contained in:
parent
b79597305a
commit
5a7101ac79
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue