Fixed cursor; Changed settings text position
This commit is contained in:
@@ -84,7 +84,6 @@
|
|||||||
<div *ngSwitchCase="3" class="mouse__config mouse__config--speed text-center">
|
<div *ngSwitchCase="3" class="mouse__config mouse__config--speed text-center">
|
||||||
<div class="help-text--mouse-speed text-left">
|
<div class="help-text--mouse-speed text-left">
|
||||||
<p>Press this key along with mouse movement/scrolling to accelerate/decelerate the speed of the action.</p>
|
<p>Press this key along with mouse movement/scrolling to accelerate/decelerate the speed of the action.</p>
|
||||||
<p>You can set the multiplier in <a [routerLink]="['/settings']" title="the setting">the setting</a>.</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group btn-group-lg" role="group">
|
<div class="btn-group btn-group-lg" role="group">
|
||||||
<div class="btn btn-default"
|
<div class="btn btn-default"
|
||||||
@@ -102,6 +101,9 @@
|
|||||||
<span>Accelerate</span>
|
<span>Accelerate</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="help-text--mouse-speed last-help text-left">
|
||||||
|
<p>You can set the multiplier in the <a [routerLink]="['/settings']" title="Settings">settings</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div *ngSwitchDefault>
|
<div *ngSwitchDefault>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -78,3 +78,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help-text--mouse-speed.last-help {
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,6 +25,10 @@ main-app {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-pills > li > a {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* GitHub ribbon */
|
/* GitHub ribbon */
|
||||||
.github-fork-ribbon {
|
.github-fork-ribbon {
|
||||||
background-color: #a00;
|
background-color: #a00;
|
||||||
|
|||||||
Reference in New Issue
Block a user