@@ -1133,6 +1133,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
1133
1133
.setting-check input : checked {
1134
1134
background-color : var (--settings-input-color );
1135
1135
border-width : 1px ;
1136
+ /* cross-mark image in the settings checkboxes */
1136
1137
content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40">\
1137
1138
<path d= "M7,25L17,32L33,12" fill="none" stroke="black" stroke-width="5"/>\
1138
1139
<path d= "M7,23L17,30L33,10" fill="none" stroke="white" stroke-width="5"/></svg>');
@@ -1644,6 +1645,7 @@ enable-background="new 0 0 22 22" viewBox="0 0 27.434 29.5">\
1644
1645
}
1645
1646
1646
1647
#sidebar-button > a:before {
1648
+ /* sidebar resizer image */
1647
1649
content: url('data:image/svg+xml,<svg xmlns=" http://www.w3.org/2000/svg" viewBox="0 0 22 22 " \
1648
1650
fill= " none" stroke="black">\
1649
1651
<rect x= "1" y="1" width="20" height="20" ry="1.5" stroke-width="1.5"/>\
@@ -1871,6 +1873,7 @@ However, it's not needed with smaller screen width because the doc/code block is
1871
1873
/* sidebar button opens modal
1872
1874
use hamburger button */
1873
1875
.src # sidebar-button > a : before , .sidebar-menu-toggle : before {
1876
+ /* hamburger button image */
1874
1877
content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" \
1875
1878
viewBox= "0 0 22 22" fill="none" stroke="black">\
1876
1879
<path d= "M3,5h16M3,11h16M3,17h16" stroke-width="2.75"/></svg>');
@@ -1884,6 +1887,7 @@ However, it's not needed with smaller screen width because the doc/code block is
1884
1887
1885
1888
/* src sidebar button opens a folder view */
1886
1889
.src # sidebar-button > a : before {
1890
+ /* folder image */
1887
1891
content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" \
1888
1892
viewBox= "0 0 22 22" fill="none" stroke="black">\
1889
1893
<path d= "M16,9v-4h-6v-1l-2,-2h-4l-2,2v16h13L21,9h-15L2,19" stroke-width="1.25"/>\
0 commit comments