@ -304,14 +304,14 @@ nav button.active, .collapsible:hover {
|
||||
}
|
||||
|
||||
nav button.collapsible:after {
|
||||
content: '\002B';
|
||||
content: url('/static/icons/nav_arrow_right.svg');
|
||||
color: white;
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
nav button.active:after {
|
||||
content: "\2212";
|
||||
content: url('/static/icons/nav_arrow_down.svg');
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
1
app/project-static/icons/nav_arrow_down.svg
Normal file
1
app/project-static/icons/nav_arrow_down.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#fff"><path d="M480-333 240-573l51-51 189 189 189-189 51 51-240 240Z"/></svg>
|
After Width: | Height: | Size: 175 B |
1
app/project-static/icons/nav_arrow_right.svg
Normal file
1
app/project-static/icons/nav_arrow_right.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#fff"><path d="M522-480 333-669l51-51 240 240-240 240-51-51 189-189Z"/></svg>
|
After Width: | Height: | Size: 175 B |
Reference in New Issue
Block a user