Стили

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; padding: 1px 3px;
vertical-align: middle; vertical-align: middle;
} }
.hintItem input {
cursor: pointer;
vertical-align: middle;
margin-right: 3px;
}
.hintActiveItem { .hintActiveItem {
color: white; color: white;
background-color: #008; background-color: #008;
cursor: pointer; cursor: pointer;
padding: 1px 3px; padding: 1px 3px;
} }
.hintDisabledItem { .hintItem input, .hintActiveItem input {
background-color: white; cursor: pointer;
color: gray; vertical-align: middle;
margin-right: 3px;
} }