Skip to content

Commit

Permalink
show full preset name
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Oct 6, 2024
1 parent 00d403a commit 19e6aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
24 changes: 2 additions & 22 deletions src/website/css/synthesizer_ui/voice_selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
font-weight: bold;
min-width: 8em;
text-align-last: center;
white-space: nowrap;
overflow: hidden;
}

.voice_selector_light{
Expand All @@ -26,28 +28,6 @@
color: #444;
}

.voice_selector .selector_option{
padding: 5px;
background-color: #111;
text-align: left;
text-shadow: none !important;
}

.voice_selector optgroup{
font-weight: bold;
font-style: normal;
background-color: #141414;
text-align: left;
text-shadow: none !important;
}

.voice_selector .selector_option:hover
{
background-color: #222;
cursor: pointer;

}

.selector_options:hover{
display: block;
}
Expand Down
Loading

0 comments on commit 19e6aaa

Please sign in to comment.