Compare commits

..

No commits in common. "4c4e1815fd117f1b7d5a995a6ea596fede1e36f6" and "c004e4f6d22cfe0f4568d6c60b6c8ada28c29e96" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View file

@ -168,8 +168,7 @@ form {
margin: 2px;
padding: 2px;
&[data-selected="false"] { background: unset !important; }
/*&[data-selected="true"] { border-color: unset !important; }*/
&[data-selected="false"] { opacity: 0.7; }
}
/* Š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 }}; border-color: {{ tag.barva }};">{{tag.nazev}}</button>
<button type="button" class="korektury-tag" value="{{tag.id}}" data-selected="false" style="background: {{ 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" 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>
<button type="button" id="korektury-aktualizace">Aktualizuj korektury.</button>
<script>
/**