Merge pull request #2025 from juhovan/issue-2000

Added normal font-weight to labels for light theme
This commit is contained in:
Neil Lathwood
2015-10-03 17:06:41 +01:00

View File

@@ -1761,3 +1761,7 @@ tr.search:nth-child(odd) {
.edit-storage-input {
width: 100px;
}
label {
font-weight: normal;
}