#1430 (changed color of rating stars)

pull/1467/head
Ozzieisaacs 5 years ago
parent b83d56eff2
commit eef2112e1e

@ -133,8 +133,9 @@ a { color: #45b29d; }
} }
.container-fluid .book .meta .rating { margin-top: 5px; } .container-fluid .book .meta .rating { margin-top: 5px; }
.rating .glyphicon-star { color: #999; } .rating .glyphicon-star-empty { color: #444; }
.rating .glyphicon-star.good { color: #45b29d; } .rating .glyphicon-star.good { color: #444; }
.rating-clear .glyphicon-remove { color: #333 }
.container-fluid .author .author-hidden, .container-fluid .author .author-hidden-divider { display: none; } .container-fluid .author .author-hidden, .container-fluid .author .author-hidden-divider { display: none; }

@ -76,7 +76,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
@ -119,7 +119,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

@ -105,7 +105,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

@ -40,7 +40,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

@ -39,7 +39,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
@ -107,7 +107,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

@ -39,7 +39,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

@ -82,7 +82,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

@ -49,7 +49,7 @@
<span class="glyphicon glyphicon-star good"></span> <span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %} {% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %} {% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span> <span class="glyphicon glyphicon-star-empty"></span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

Loading…
Cancel
Save