Merge pull request #305 from assertchris/add-better-contrast-of-right-text

Added better contrast of right text
This commit is contained in:
Damian Mooyman 2015-08-21 11:37:32 +12:00
commit 912b855e47
2 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,9 @@
width: 100%;
max-width: 100%;
}
.userform .field label.right {
color: #555;
}
.userformsgroup {
border: 1px solid #ccc;

View File

@ -51,6 +51,10 @@
clear: both;
width: 100%;
max-width: 100%;
.field label.right {
color: #555;
}
}
.userformsgroup {