grandlyon-sau: update readonly widgets text color (#25245)

This commit is contained in:
Serghei Mihai 2018-07-12 14:11:05 +02:00
parent 0f5e87fd57
commit e19125b786
1 changed files with 5 additions and 0 deletions

View File

@ -151,6 +151,11 @@ div.cell > div {
div.back-home-button {
padding: 1em;
}
div.widget-readonly {
input, select, textearea {
color: #999999;
}
}
}
#rub_service, div.block, div.a2-block {
&.has-sidebox {