0

finished styling controls

This commit is contained in:
Aaron Griffith
2011-06-08 19:58:18 -04:00
parent 6bb39a87ca
commit 512b2032b2
4 changed files with 21 additions and 3 deletions

View File

@@ -42,7 +42,8 @@ body {
text-align: center;
padding: 0px 6px;
background-color: white;
background-image: url('control-bg.png');
background-repeat: repeat-x;
border: 1px solid #A9BBDF;
border-radius: 2px 2px;
@@ -50,10 +51,26 @@ body {
cursor: pointer;
}
.customControl > div.top:hover {
border: 1px solid #678AC7;
}
.customControl > div.top-active {
color: white;
font-weight: bold;
padding: 0px 5px;
border: 1px solid #678AC7;
background-image: url('control-bg-active.png');
}
.customControl > div.dropDown {
border: 1px solid #000;
font-size: 12px;
background-color: #fff;
background-color: white;
border: 1px solid #A9BBDF;
border-radius: 2px 2px;
box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px;
display: none;
}