blue.css : adding some styles

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Paul POULAIN 2007-10-24 14:35:24 -05:00 committed by Joshua Ferraro
parent 837e5c5e94
commit 965837acd6

View file

@ -63,4 +63,14 @@ th {
.yui-u {
border: 1px solid #bbbbbb;
}
}
input[type=submit], input[type=button], input[type=reset] {
background: url( /intranet-tmpl/prog/img/css_header.png );
color:white;
border:1px inset;
margin-top:10px;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
border:1px outset;
}