We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sphinx13
1 parent dabacdf commit a797688Copy full SHA for a797688
doc/_themes/sphinx13/static/sphinx13.css
@@ -218,6 +218,16 @@ div.sphinxsidebar #searchbox {
218
margin: 12px 0 20px 0;
219
}
220
221
+div.sphinxsidebar #searchbox input[type="text"] {
222
+ border-radius: var(--admonition-radius) 0 0 var(--admonition-radius);
223
+}
224
+
225
+div.sphinxsidebar #searchbox input[type="submit"] {
226
+ border-radius: 0 var(--admonition-radius) var(--admonition-radius) 0;
227
+ color: white;
228
+ background: var(--colour-sphinx-blue);
229
230
231
div.footer {
232
background-color: var(--colour-sphinx-blue);
233
color: #ccc;
0 commit comments