Compare commits

...

2 commits

3 changed files with 4 additions and 3 deletions
korektury
static/korektury
templates/korektury/korekturovatko

View file

@ -168,7 +168,8 @@ form {
margin: 2px;
padding: 2px;
&[data-selected="false"] { opacity: 0.7; }
&[data-selected="false"] { background: unset !important; }
/*&[data-selected="true"] { border-color: unset !important; }*/
}
/* Šipky na posouvání korektur */

View file

@ -7,7 +7,7 @@
<br/>
<span id="commform-tagy">
{% for tag in tagy %}
<button type="button" class="korektury-tag" value="{{tag.id}}" data-selected="false" style="background: {{ tag.barva }};">{{tag.nazev}}</button>
<button type="button" class="korektury-tag" value="{{tag.id}}" data-selected="false" style="background: {{ tag.barva }}; border-color: {{ tag.barva }};">{{tag.nazev}}</button>
{% endfor %}
</span>
</div>

View file

@ -8,7 +8,7 @@
{% include "korektury/korekturovatko/__dalsi_korektura.html" %}
<button type="button" id="korektury-aktualizace">Aktualizuj korektury.</button>
<button type="button" id="korektury-aktualizace" title="Nemusíš mačkat, pokud ti stačí, že se korektury aktualizují samy každé 2 minuty a při každém přidání korektury/komentáře.">Aktualizuj korektury.</button>
<script>
/**