mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Improve the search field styling in the `sphinx13
` theme (#12591)
This commit is contained in:
parent
dabacdf5f8
commit
a79768847f
10
doc/_themes/sphinx13/static/sphinx13.css
vendored
10
doc/_themes/sphinx13/static/sphinx13.css
vendored
@ -218,6 +218,16 @@ div.sphinxsidebar #searchbox {
|
||||
margin: 12px 0 20px 0;
|
||||
}
|
||||
|
||||
div.sphinxsidebar #searchbox input[type="text"] {
|
||||
border-radius: var(--admonition-radius) 0 0 var(--admonition-radius);
|
||||
}
|
||||
|
||||
div.sphinxsidebar #searchbox input[type="submit"] {
|
||||
border-radius: 0 var(--admonition-radius) var(--admonition-radius) 0;
|
||||
color: white;
|
||||
background: var(--colour-sphinx-blue);
|
||||
}
|
||||
|
||||
div.footer {
|
||||
background-color: var(--colour-sphinx-blue);
|
||||
color: #ccc;
|
||||
|
Loading…
Reference in New Issue
Block a user