Skip to content

Commit

Permalink
chg: [CSS] Improved displau of the multiselect dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Feb 27, 2024
1 parent 5893a8d commit 5b5296e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions newspipe/templates/edit_category.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{% extends "layout.html" %}
{% block head %}
{{ super() }}
<style>
.optext {
background-color: #000 !important;
}
.multiselect-dropdown {
background-color: #343a40 !important;
}
.multiselect-dropdown-list {
background-color: #343a40 !important;
}
</style>
<script src="{{ url_for('static', filename='js/multiselect-dropdown.js') }}" ></script>
</style>
{% endblock %}
Expand Down

0 comments on commit 5b5296e

Please sign in to comment.