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

bold font weight

parent 584b58be
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ var Slider = (function (_super) { ...@@ -129,7 +129,7 @@ var Slider = (function (_super) {
_this.stopAnimate(); _this.stopAnimate();
}} title="Stop"/>; }} title="Stop"/>;
intervalSelect = <span> intervalSelect = <span>
<label>Interval (s)</label> <label style={{ fontWeight: 'bold' }}>Interval (s)</label>
<select defaultValue="200" id={this.intervalUid} onChange={function () { <select defaultValue="200" id={this.intervalUid} onChange={function () {
_this.restartAnimate(); _this.restartAnimate();
}}> }}>
......
This diff is collapsed.
...@@ -159,7 +159,7 @@ export class Slider extends React.Component<iSlider, null> { ...@@ -159,7 +159,7 @@ export class Slider extends React.Component<iSlider, null> {
}} title="Stop"/>; }} title="Stop"/>;
intervalSelect = <span> intervalSelect = <span>
<label>Interval (s)</label> <label style={{fontWeight: 'bold'}}>Interval (s)</label>
<select defaultValue="200" id={this.intervalUid} onChange={() => { <select defaultValue="200" id={this.intervalUid} onChange={() => {
this.restartAnimate() 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