Replace CSS code with images for buttons

This commit is contained in:
Svetlana Maleeva 2022-05-11 20:17:43 +03:00
parent 7211dea44f
commit 30be225226
3 changed files with 2 additions and 2 deletions

View File

@ -6632,11 +6632,11 @@ ul.collapsible {
}
input[id^="expanded"]:checked + label::after {
content: '\2BAD';
content: url("/images/arrow2.png");
}
input[id^="expanded"]:not(:checked) + label::after {
content: '\2BAF';
content: url("/images/arrow1.png");
}
input[id^="expanded"]:checked + label + ul.collapsible {

BIN
Web/images/arrow1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

BIN
Web/images/arrow2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B