Implement Web Assets' theme system and selection, and add 'light' theme #118
@ -467,3 +467,12 @@
|
|||||||
.ext-review-list-activity
|
.ext-review-list-activity
|
||||||
display: flex
|
display: flex
|
||||||
+padding(0, x)
|
+padding(0, x)
|
||||||
|
|
||||||
|
.rating-form
|
||||||
|
select
|
||||||
|
color: var(--color-warning)
|
||||||
|
|
||||||
|
&:active,
|
||||||
|
&:hover,
|
||||||
|
&:focus
|
||||||
|
color: var(--color-warning)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% block page_title %}Rate {{ extension.name }}{% endblock page_title %}
|
{% block page_title %}Rate {{ extension.name }}{% endblock page_title %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container rating-form">
|
||||||
<form method="post" enctype="multipart/form-data">
|
<form method="post" enctype="multipart/form-data">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% with form=form|add_form_classes %}
|
{% with form=form|add_form_classes %}
|
||||||
|
Loading…
Reference in New Issue
Block a user