0

basic styling for custom control buttons

This commit is contained in:
Aaron Griffith
2011-06-08 16:48:29 -04:00
parent e519aaa8a0
commit 6bb39a87ca

View File

@@ -32,16 +32,21 @@ body {
.customControl {
padding: 5px;
height: 15px;
color: black;
font-family: Arial, sans-serif;
}
.customControl > div.top {
background-color: #fff;
border: 2px solid #000;
text-align: center;
width: 70px;
font-size: 12px;
width: 70px;
line-height: 160%;
text-align: center;
padding: 0px 6px;
background-color: white;
border: 1px solid #A9BBDF;
border-radius: 2px 2px;
box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px;
cursor: pointer;
}