mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
[matrix] Style "View Documentation For" dropdown
This commit is contained in:
18
docs/_static/style.css
vendored
18
docs/_static/style.css
vendored
@ -300,6 +300,24 @@ header > nav > a:hover {
|
||||
|
||||
.sub-header > select {
|
||||
display: none;
|
||||
background-color: transparent;
|
||||
padding: 0.4em 0;
|
||||
font-size: 1em;
|
||||
width: 13.5%;
|
||||
color: white;
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--search-border);
|
||||
|
||||
appearance: none;
|
||||
background-image: url('/_images/drop_down_icon.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position-x: 100%;
|
||||
background-position-y: 50%;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
.sub-header > select:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.sub-header > .settings {
|
||||
|
Reference in New Issue
Block a user