@@ -451,6 +451,7 @@ const SettingsPage = createReactClass({
|
|||||||
<h1 style={settingsPage.heading}>{'Settings'}</h1>
|
<h1 style={settingsPage.heading}>{'Settings'}</h1>
|
||||||
<Button
|
<Button
|
||||||
id='btnClose'
|
id='btnClose'
|
||||||
|
className='CloseButton'
|
||||||
bsStyle='link'
|
bsStyle='link'
|
||||||
style={settingsPage.close}
|
style={settingsPage.close}
|
||||||
onClick={this.handleCancel}
|
onClick={this.handleCancel}
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
.CloseButton:hover span {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
.IndicatorContainer {
|
.IndicatorContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user