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:
parent
837e5c5e94
commit
965837acd6
1 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue