mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Added better contrast of right text
This commit is contained in:
parent
e4b1ddbd86
commit
1fe8bb689d
@ -41,6 +41,9 @@
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.userform .field label.right {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.userformsgroup {
|
||||
border: 1px solid #ccc;
|
||||
|
@ -51,6 +51,10 @@
|
||||
clear: both;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
.field label.right {
|
||||
color: #555;
|
||||
}
|
||||
}
|
||||
|
||||
.userformsgroup {
|
||||
|
Loading…
Reference in New Issue
Block a user