Skip to content
Snippets Groups Projects
Commit b8fe8932 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

bold font weight

parent 07873429
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ var Slider = (function (_super) {
_this.stopAnimate();
}} title="Stop"/>;
intervalSelect = <span>
<label style={{ fontWeight: 'bold' }}>Interval (s)</label>
<label style={{ fontWeight: 'bold', marginRight: '3px' }}>Interval (s)</label>
<select defaultValue="200" id={this.intervalUid} onChange={function () {
_this.restartAnimate();
}}>
......
This diff is collapsed.
......@@ -159,7 +159,7 @@ export class Slider extends React.Component<iSlider, null> {
}} title="Stop"/>;
intervalSelect = <span>
<label style={{fontWeight: 'bold'}}>Interval (s)</label>
<label style={{fontWeight: 'bold', marginRight: '3px'}}>Interval (s)</label>
<select defaultValue="200" id={this.intervalUid} onChange={() => {
this.restartAnimate()
}}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment