allows to style buttons as though internal links

by assigning class="tc-btn-invisible tc-tiddlylink"
print-window-tiddler
Tobias Beer 2014-12-11 17:34:43 +01:00
rodzic 7034c429f6
commit 2e50ddc213
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -139,6 +139,7 @@ table tfoot tr td {
** Links
*/
button.tc-tiddlylink,
a.tc-tiddlylink {
text-decoration: none;
font-weight: normal;
@ -154,6 +155,7 @@ a.tc-tiddlylink {
color: <<colour sidebar-tiddler-link-foreground-hover>>;
}
button.tc-tiddlylink:hover,
a.tc-tiddlylink:hover {
text-decoration: underline;
}