update control styles for fragments
This commit is contained in:
parent
36a8f12127
commit
247771e129
|
@ -364,7 +364,7 @@ body {
|
||||||
|
|
||||||
.reveal .controls div {
|
.reveal .controls div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0.1;
|
opacity: 0.05;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border: 12px solid transparent;
|
border: 12px solid transparent;
|
||||||
|
@ -379,7 +379,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .controls div.enabled {
|
.reveal .controls div.enabled {
|
||||||
opacity: 0.6;
|
opacity: 0.7;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -394,8 +394,7 @@ body {
|
||||||
border-right-color: #eee;
|
border-right-color: #eee;
|
||||||
}
|
}
|
||||||
.reveal .controls div.navigate-left.fragmented {
|
.reveal .controls div.navigate-left.fragmented {
|
||||||
left: 4px;
|
opacity: 0.3;
|
||||||
border-right-width: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .controls div.navigate-right {
|
.reveal .controls div.navigate-right {
|
||||||
|
@ -406,7 +405,7 @@ body {
|
||||||
border-left-color: #eee;
|
border-left-color: #eee;
|
||||||
}
|
}
|
||||||
.reveal .controls div.navigate-right.fragmented {
|
.reveal .controls div.navigate-right.fragmented {
|
||||||
border-left-width: 18px;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .controls div.navigate-up {
|
.reveal .controls div.navigate-up {
|
||||||
|
@ -416,8 +415,7 @@ body {
|
||||||
border-bottom-color: #eee;
|
border-bottom-color: #eee;
|
||||||
}
|
}
|
||||||
.reveal .controls div.navigate-up.fragmented {
|
.reveal .controls div.navigate-up.fragmented {
|
||||||
top: 4px;
|
opacity: 0.3;
|
||||||
border-bottom-width: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .controls div.navigate-down {
|
.reveal .controls div.navigate-down {
|
||||||
|
@ -428,7 +426,7 @@ body {
|
||||||
border-top-color: #eee;
|
border-top-color: #eee;
|
||||||
}
|
}
|
||||||
.reveal .controls div.navigate-down.fragmented {
|
.reveal .controls div.navigate-down.fragmented {
|
||||||
border-top-width: 18px;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user