add jump-to-slide to help overlay, style tweaks
This commit is contained in:
@ -1805,8 +1805,7 @@ $notesWidthPercent: 25%;
|
||||
top: 15px;
|
||||
left: 15px;
|
||||
z-index: 30;
|
||||
transition: all 400ms ease;
|
||||
font-size: 18px;
|
||||
font-size: 32px;
|
||||
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
|
||||
}
|
||||
|
||||
@ -1815,7 +1814,13 @@ $notesWidthPercent: 25%;
|
||||
padding: 8px;
|
||||
font-size: inherit;
|
||||
color: currentColor;
|
||||
border: 1px solid currentColor;
|
||||
border: 0;
|
||||
}
|
||||
.reveal.has-dark-background .jump-to-slide-input {
|
||||
color: #fff;
|
||||
}
|
||||
.reveal.has-light-background .jump-to-slide-input {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.reveal .jump-to-slide-input:focus {
|
||||
|
Reference in New Issue
Block a user