1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-13 08:16:05 +00:00

Use SVG icons for expand/collapse

This commit is contained in:
Jermolene
2014-06-21 11:49:42 +01:00
parent 911a64221a
commit f15eba66fe
3 changed files with 13 additions and 2 deletions

View File

@@ -358,6 +358,7 @@ a.tw-tiddlylink-external:hover {
.sidebar-header {
color: <<colour sidebar-foreground>>;
fill: <<colour sidebar-foreground>>;
}
.sidebar-header .title a.tw-tiddlylink-resolves {
@@ -1243,6 +1244,12 @@ canvas.tw-edit-bitmapeditor {
white-space: nowrap;
}
.tw-table-of-contents svg {
width: 0.7em;
height: 0.7em;
vertical-align: middle;
}
.tw-table-of-contents ol {
list-style-type: none;
padding-left: 0;