Skip to content
Snippets Groups Projects
Commit 0ff5f2ad authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #349 - dark theme for <select>

parent 4f18bf64
No related branches found
No related tags found
No related merge requests found
Pipeline #300 passed
......@@ -375,8 +375,12 @@ ul.dropdown-content.select-dropdown li span {
color: #2E79B9;
}
ul.dropdown-content.select-dropdown li {
background-color: rgba(0, 0, 0, 0.2);
}
ul.dropdown-content.select-dropdown li.selected {
background-color: rgba(0, 0, 0, 0.15);
background-color: rgba(0, 0, 0, 0.35);
}
.caret {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment