Typos and style tweaks

This commit is contained in:
Jermolene 2014-02-23 23:09:58 +00:00
parent f3930ad69c
commit dd299bf769
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ tag-background: #eeeeff
tag-foreground: #000
tiddler-background: <<colour background>>
tiddler-border: <<colour background>>
tiddler-controls-foreground-hover: #888888
tiddler-controls-foreground-hover: #666666
tiddler-controls-foreground-selected: #444444
tiddler-controls-foreground: #cccccc
tiddler-editor-background: #f8f8f8

View File

@ -341,7 +341,7 @@ a.tw-tiddlylink-external:hover {
}
.tw-page-controls button:hover svg, .tw-page-controls a:hover svg {
fill: <<colour sidebar-controls-foreground-hover>;
fill: <<colour sidebar-controls-foreground-hover>>;
}
.tw-menu-list-item {
@ -509,7 +509,7 @@ a.tw-tiddlylink-external:hover {
fill: <<colour tiddler-controls-foreground-selected>>;
}
.tw-tiddler-controls button:hover svg {
.tw-tiddler-controls button.btn-invisible:hover svg {
fill: <<colour tiddler-controls-foreground-hover>>;
}