Skip to content

Commit

Permalink
Styling update part iii
Browse files Browse the repository at this point in the history
  • Loading branch information
braxex committed Feb 8, 2018
1 parent 0532bfc commit cf27c84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ class App extends Component {
<div id="controller-box" className="controller-box">
<div id="toggle-controls" className="toggle-controls">
<div id='lpr-toggle-box' className='lpr-toggle-box toggle-box'
style={{color: this.state.radioDataset==='LPR' ? '#000000' : '#AAAAAA',
backgroundColor: this.state.radioDataset==='LPR' ? '#DDDDDD' : '#FFFFFF'}}>
style={{color: this.state.radioDataset==='LPR' ? '#000000' : '#AAAAAA'}}>
<label>
<Tooltip
title={this.props.noteItems.lprMsg}
Expand All @@ -187,8 +186,7 @@ class App extends Component {
</label>
</div>
<div id='ni-toggle-box' className='ni-toggle-box toggle-box'
style={{color: this.state.radioDataset==='NI' ? '#000000' : '#AAAAAA',
backgroundColor: this.state.radioDataset==='NI' ? '#DDDDDD' : '#FFFFFF'}}>
style={{color: this.state.radioDataset==='NI' ? '#000000' : '#AAAAAA'}}>
<label>
<Tooltip
title={this.props.noteItems.niMsg}
Expand Down

0 comments on commit cf27c84

Please sign in to comment.