control opacity tweak
This commit is contained in:
		| @@ -345,12 +345,12 @@ body { | |||||||
|     visibility: hidden; } |     visibility: hidden; } | ||||||
|   .reveal .controls .enabled { |   .reveal .controls .enabled { | ||||||
|     visibility: visible; |     visibility: visible; | ||||||
|     opacity: 0.7; |     opacity: 0.8; | ||||||
|     cursor: pointer; |     cursor: pointer; | ||||||
|     -webkit-transform: none; |     -webkit-transform: none; | ||||||
|             transform: none; } |             transform: none; } | ||||||
|   .reveal .controls .enabled.fragmented { |   .reveal .controls .enabled.fragmented { | ||||||
|     opacity: 0.3; } |     opacity: 0.4; } | ||||||
|   .reveal .controls .enabled:hover, |   .reveal .controls .enabled:hover, | ||||||
|   .reveal .controls .enabled.fragmented:hover { |   .reveal .controls .enabled.fragmented:hover { | ||||||
|     opacity: 1; } |     opacity: 1; } | ||||||
|   | |||||||
| @@ -402,7 +402,7 @@ body { | |||||||
| 	// Any control button that can be clicked is "enabled" | 	// Any control button that can be clicked is "enabled" | ||||||
| 	.enabled { | 	.enabled { | ||||||
| 		visibility: visible; | 		visibility: visible; | ||||||
| 		opacity: 0.7; | 		opacity: 0.8; | ||||||
| 		cursor: pointer; | 		cursor: pointer; | ||||||
| 		transform: none; | 		transform: none; | ||||||
| 	} | 	} | ||||||
| @@ -410,7 +410,7 @@ body { | |||||||
| 	// Any control button that leads to showing or hiding | 	// Any control button that leads to showing or hiding | ||||||
| 	// a fragment | 	// a fragment | ||||||
| 	.enabled.fragmented { | 	.enabled.fragmented { | ||||||
| 		opacity: 0.3; | 		opacity: 0.4; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	.enabled:hover, | 	.enabled:hover, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user