@@ -1754,6 +1754,7 @@ a.tooltip:hover::after {
1754
1754
width : 80px ;
1755
1755
}
1756
1756
# sidebar-button > a {
1757
+ background-color : var (--button-background-color );
1757
1758
border-color : var (--border-color );
1758
1759
width : 33px ;
1759
1760
}
@@ -1800,7 +1801,7 @@ button#toggle-all-docs:before {
1800
1801
/* Question mark with circle */
1801
1802
content : url ('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 12 12" \
1802
1803
enable-background= "new 0 0 12 12" xmlns="http://www.w3.org/2000/svg" fill="none">\
1803
- <circle r= "5.5 " cx="6" cy="6" stroke-width="1" stroke="black"/>\
1804
+ <circle r= "5.25 " cx="6" cy="6" stroke-width="1.25 " stroke="black"/>\
1804
1805
<text x= "4.25" y="9" style="font:8px sans-serif;font-weight:1000" fill="black">?</text></svg>');
1805
1806
width : 18px ;
1806
1807
height : 18px ;
@@ -1833,7 +1834,7 @@ rustdoc-toolbar span.label {
1833
1834
/* sidebar resizer image */
1834
1835
content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" \
1835
1836
fill= "none" stroke="black">\
1836
- <rect x= "1" y="1" width="20" height="20" ry="1.5" stroke-width="1.5"/>\
1837
+ <rect x= "1" y="1" width="20" height="20" ry="1.5" stroke-width="1.5" stroke="%23777" />\
1837
1838
<circle cx= "4.375" cy="4.375" r="1" stroke-width=".75"/>\
1838
1839
<path d= "m7.6121 3v16 M5.375 7.625h-2 m2 3h-2 m2 3h-2" stroke-width="1.25"/></svg>');
1839
1840
width : 22px ;
@@ -2232,7 +2233,7 @@ in src-script.js and main.js
2232
2233
# sidebar-button > a : before {
2233
2234
content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" \
2234
2235
viewBox= "0 0 22 22" fill="none" stroke="black">\
2235
- <rect x= "1" y="1" width="20" height="20" ry="1.5" stroke-width="1.5"/>\
2236
+ <rect x= "1" y="1" width="20" height="20" ry="1.5" stroke-width="1.5" stroke="%23777" />\
2236
2237
<circle cx= "4.375" cy="4.375" r="1" stroke-width=".75"/>\
2237
2238
<path d= "m3 7.375h16m0-3h-4" stroke-width="1.25"/></svg>');
2238
2239
width : 22px ;
0 commit comments