mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-17 15:21:22 +00:00
Add <select> color setting to the palette (#3360)
* Add <select> color setting to the palette * Signing the CLA
This commit is contained in:
committed by
Jeremy Ruston
parent
d7001c6f6b
commit
e0be9a3d09
@@ -2526,3 +2526,9 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
|
||||
.tc-tree li span {
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
select {
|
||||
color: <<colour select-tag-foreground>>;
|
||||
background: <<colour select-tag-background>>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user