cursor pointer

master
Vitaliy Filippov 2013-04-10 22:34:09 +00:00
parent a0366d6169
commit 43073b1125
1 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,6 @@
}
.hintItem {
color: black;
cursor: pointer;
padding: 1px 3px;
vertical-align: middle;
white-space: nowrap;
@ -31,10 +30,12 @@
.hintActiveItem {
color: white;
background-color: #008;
cursor: pointer;
padding: 1px 3px;
white-space: nowrap;
}
.hintItem, .hintActiveItem, .hintItem label, .hintActiveItem label {
cursor: pointer;
}
.hintItem input, .hintActiveItem input, .hintDisabledItem input {
cursor: pointer;
vertical-align: middle;