mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
add jump-to-slide to help overlay, style tweaks
This commit is contained in:
parent
d146c1ddc1
commit
79e9fdf13f
8 changed files with 17 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue