diff --git a/src/interface/Settings.js b/src/interface/Settings.js index e553773..86647c4 100644 --- a/src/interface/Settings.js +++ b/src/interface/Settings.js @@ -12,8 +12,7 @@ const styles = { display: 'flex' }, text: { - fontWeight: 'bold', - color: grey800 + fontWeight: 'bold' }, container: { width: '100%', diff --git a/src/interface/index.js b/src/interface/index.js index 389f398..ba435f1 100644 --- a/src/interface/index.js +++ b/src/interface/index.js @@ -7,7 +7,7 @@ import injectSheet from 'react-jss'; import RaisedButton from 'material-ui/RaisedButton'; import Slider from 'material-ui/Slider'; import LinearProgress from 'material-ui/LinearProgress'; -import { grey100, grey300, red500 } from 'material-ui/styles/colors'; +import { grey50, grey300, grey800, red500 } from 'material-ui/styles/colors'; import { Tabs, Tab } from 'material-ui/Tabs'; import Settings from './Settings.js'; import baseSettings from '../settings/default.yml'; @@ -23,7 +23,8 @@ const styles = { position: 'relative', display: 'flex', height: '100%', - backgroundColor: grey100, + backgroundColor: grey50, + color: grey800, overflow: 'hidden', fontFamily: 'roboto, sans-serif' }, @@ -67,6 +68,9 @@ const styles = { }, error: { color: red500 + }, + title: { + position: 'absolute' } }; @@ -277,6 +281,7 @@ class Interface extends React.Component { return (
+

Print

{d3Panel} {settingsPanel}