Add <select> color setting to the palette (#3360)

* Add <select> color setting to the palette

* Signing the CLA
This commit is contained in:
Talha Mansoor
2018-07-19 17:25:35 +01:00
committed by Jeremy Ruston
parent d7001c6f6b
commit e0be9a3d09
4 changed files with 12 additions and 0 deletions
+6
View File
@@ -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>>;
}