new controls are used by default, add config options
This commit is contained in:
parent
8a09557699
commit
a9fcaa6f9e
15 changed files with 160 additions and 575 deletions
|
@ -257,37 +257,9 @@ body {
|
|||
/*********************************************
|
||||
* NAVIGATION CONTROLS
|
||||
*********************************************/
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-left,
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-left.enabled {
|
||||
border-right-color: #13DAEC; }
|
||||
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-right,
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-right.enabled {
|
||||
border-left-color: #13DAEC; }
|
||||
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-up,
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-up.enabled {
|
||||
border-bottom-color: #13DAEC; }
|
||||
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-down,
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-down.enabled {
|
||||
border-top-color: #13DAEC; }
|
||||
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-left.enabled:hover {
|
||||
border-right-color: #71e9f4; }
|
||||
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-right.enabled:hover {
|
||||
border-left-color: #71e9f4; }
|
||||
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-up.enabled:hover {
|
||||
border-bottom-color: #71e9f4; }
|
||||
|
||||
.reveal .controls[data-controls-type="bottom-right"] .navigate-down.enabled:hover {
|
||||
border-top-color: #71e9f4; }
|
||||
|
||||
.reveal .controls[data-controls-type="edges"] button:before,
|
||||
.reveal .controls[data-controls-type="edges"] button:after {
|
||||
background-color: #eee; }
|
||||
.reveal .controls button:before,
|
||||
.reveal .controls button:after {
|
||||
background-color: #13DAEC; }
|
||||
|
||||
/*********************************************
|
||||
* PROGRESS BAR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue