Checkbox crappy styling and fixing overlayproxy grid

This commit is contained in:
Vince
2012-09-08 23:53:59 +02:00
parent df945e10dd
commit f169a90644
2 changed files with 10 additions and 8 deletions

View File

@@ -77,6 +77,13 @@
cursor: url(../img/tools/cursors/hand.png) 14 12, pointer;
}
.tool-grid,
.tool-grid label,
.tool-grid input {
line-height: 2.5;
cursor: pointer;
}
.tool-icon.selected {
cursor: auto;
background-color: #eee;