montreuil: update user forms styles (#32591)

This commit is contained in:
Serghei Mihai 2019-09-09 10:55:03 +02:00
parent 809b5cf9a0
commit 78fc269904
1 changed files with 13 additions and 0 deletions

View File

@ -100,6 +100,9 @@ div.gru-nav {
line-height: 10px;
}
}
div.wcscurrentformscell ul > li > a:hover {
background: transparent;
}
}
div#steps ol li.current {
@ -126,6 +129,16 @@ div.textcell a {
text-decoration: underline;
}
div.list-of-forms {
span.form-number {
opacity: 0.75;
}
span.form-status {
border: 1px solid $primary-color;
padding: 2px 4px;
margin: 3px 0;
}
}
div#footer {
a {