Fix styling for input boxes in sidebar

print-window-tiddler
Jermolene 2014-03-25 21:53:18 +00:00
rodzic 514b8e1776
commit 7dede861e1
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -245,6 +245,10 @@ a.tw-tiddlylink-external:hover {
line-height: 1.4em;
}
.tw-sidebar-lists input {
color: <<colour foreground>>;
}
.tw-sidebar-lists button {
color: <<colour sidebar-button-foreground>>;
}