mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-11-04 10:49:10 +01:00 
			
		
		
		
	free
This commit is contained in:
		@@ -14,12 +14,12 @@ div {
 | 
			
		||||
  color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
span .btn {
 | 
			
		||||
.btn {
 | 
			
		||||
  margin: 8px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Bubble Float Top */
 | 
			
		||||
span .btn {
 | 
			
		||||
.btn {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
  -webkit-transform: translateZ(0);
 | 
			
		||||
@@ -33,7 +33,7 @@ span .btn {
 | 
			
		||||
  -webkit-transition-duration: 0.3s;
 | 
			
		||||
  transition-duration: 0.3s;
 | 
			
		||||
}
 | 
			
		||||
span .btn:before {
 | 
			
		||||
.btn:before {
 | 
			
		||||
  content: "\f1c8";
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  left: 1em;
 | 
			
		||||
@@ -48,7 +48,7 @@ span .btn:before {
 | 
			
		||||
  -webkit-transition-timing-function: ease-out;
 | 
			
		||||
  transition-timing-function: ease-out;
 | 
			
		||||
}
 | 
			
		||||
span .btn:hover:before, span .btn:focus:before, span .btn:active:before {
 | 
			
		||||
.btn:hover:before, .btn:focus:before, .btn:active:before {
 | 
			
		||||
  -webkit-transform: scale(1.3) translateZ(0);
 | 
			
		||||
  transform: scale(1.3) translateZ(0);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user