control opacity tweak
This commit is contained in:
parent
67507ccb9d
commit
13733edaa8
2 changed files with 4 additions and 4 deletions
|
@ -345,12 +345,12 @@ body {
|
|||
visibility: hidden; }
|
||||
.reveal .controls .enabled {
|
||||
visibility: visible;
|
||||
opacity: 0.7;
|
||||
opacity: 0.8;
|
||||
cursor: pointer;
|
||||
-webkit-transform: none;
|
||||
transform: none; }
|
||||
.reveal .controls .enabled.fragmented {
|
||||
opacity: 0.3; }
|
||||
opacity: 0.4; }
|
||||
.reveal .controls .enabled:hover,
|
||||
.reveal .controls .enabled.fragmented:hover {
|
||||
opacity: 1; }
|
||||
|
|
|
@ -402,7 +402,7 @@ body {
|
|||
// Any control button that can be clicked is "enabled"
|
||||
.enabled {
|
||||
visibility: visible;
|
||||
opacity: 0.7;
|
||||
opacity: 0.8;
|
||||
cursor: pointer;
|
||||
transform: none;
|
||||
}
|
||||
|
@ -410,7 +410,7 @@ body {
|
|||
// Any control button that leads to showing or hiding
|
||||
// a fragment
|
||||
.enabled.fragmented {
|
||||
opacity: 0.3;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.enabled:hover,
|
||||
|
|
Loading…
Reference in a new issue