Compare commits
2 commits
c004e4f6d2
...
4c4e1815fd
Author | SHA1 | Date | |
---|---|---|---|
4c4e1815fd | |||
b872e6693e |
3 changed files with 4 additions and 3 deletions
korektury
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue