backoffice: use an uniform style for section revealers (#20554)

This commit is contained in:
Frédéric Péters 2017-12-10 13:29:34 +01:00
parent dc213dafca
commit 7d6fe73bb6
1 changed files with 5 additions and 4 deletions

View File

@ -965,10 +965,11 @@ svg #current_status polygon {
font-size: 80%;
text-align: right;
float: right;
transition: transform ease 0.1s;
}
.foldable.folded:after {
content: "▶";
transform: rotate(-90deg);
}
ul.biglist li p.commands span {
@ -1160,12 +1161,12 @@ div#qrcode img {
}
fieldset.form-plus legend:after {
font-family: FontAwesome;
content: "\f106"; /* angle-up */
content: "▼";
transition: transform ease 0.1s;
}
fieldset.form-plus.closed legend:after {
content: "\f107"; /* angle-down */
transform: rotate(-90deg);
}
@media screen and (max-width: 760px) {