Setup's cursor style on label wasn't present in .scss file and was lost since 7b6481e

This commit is contained in:
Stephen Abello
2020-01-15 10:14:59 +01:00
parent 7b6481efbd
commit 02b483e33e
2 changed files with 6 additions and 0 deletions

View File

@@ -137,6 +137,9 @@ p.error {
background: url(../images/stop-mid.png) no-repeat left -5px;
min-height: 48px;
}
label {
cursor: pointer;
}
td.label {
text-align: left;
}