Стили

master
Vitaliy Filippov 2011-11-09 17:21:10 +00:00
parent db582b94f0
commit 08397d94da
1 changed files with 4 additions and 8 deletions

View File

@ -17,18 +17,14 @@
padding: 1px 3px;
vertical-align: middle;
}
.hintItem input {
cursor: pointer;
vertical-align: middle;
margin-right: 3px;
}
.hintActiveItem {
color: white;
background-color: #008;
cursor: pointer;
padding: 1px 3px;
}
.hintDisabledItem {
background-color: white;
color: gray;
.hintItem input, .hintActiveItem input {
cursor: pointer;
vertical-align: middle;
margin-right: 3px;
}