mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Increase size of icons in Advanced Search/Filter
An easy one. Fixes #2464
This commit is contained in:
parent
fc898ae64a
commit
2d9aa12aa8
@ -869,10 +869,19 @@ button.tc-untagged-label {
|
|||||||
|
|
||||||
.tc-tiddler-controls button svg, .tc-tiddler-controls button img,
|
.tc-tiddler-controls button svg, .tc-tiddler-controls button img,
|
||||||
.tc-search button svg, .tc-search a svg {
|
.tc-search button svg, .tc-search a svg {
|
||||||
height: 0.75em;
|
|
||||||
fill: <<colour tiddler-controls-foreground>>;
|
fill: <<colour tiddler-controls-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-tiddler-controls button svg, .tc-tiddler-controls button img {
|
||||||
|
height: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tc-search button svg, .tc-search a svg {
|
||||||
|
height: 1.2em;
|
||||||
|
width: 1.2em;
|
||||||
|
margin: 0 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-tiddler-controls button.tc-selected svg,
|
.tc-tiddler-controls button.tc-selected svg,
|
||||||
.tc-page-controls button.tc-selected svg {
|
.tc-page-controls button.tc-selected svg {
|
||||||
fill: <<colour tiddler-controls-foreground-selected>>;
|
fill: <<colour tiddler-controls-foreground-selected>>;
|
||||||
|
Loading…
Reference in New Issue
Block a user