Merge remote-tracking branch 'origin/react' into react-ui-updates

This commit is contained in:
Mathias Biilmann Christensen
2016-09-08 20:47:11 +02:00
5 changed files with 55 additions and 10 deletions

View File

@ -1,9 +1,9 @@
:root {
--foregroundColor: #555;
--backgroundColor: rgba(245, 245, 245, 0.98);
--foregroundColor: #fff;
--backgroundColor: #272e30;
--textFieldBorderColor: #e7e7e7;
--highlightFGColor: #444;
--highlightBGColor: #d2dee4;
--highlightFGColor: #fff;
--highlightBGColor: #3ab7a5;
}
.root {
@ -30,6 +30,7 @@
white-space: nowrap;
vertical-align: middle;
border-right: 1px solid var(--textFieldBorderColor);
margin:0;
}
.inputField {