27 lines
		
	
	
		
			569 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			569 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @charset "UTF-8";
 | |
| .gu-mirror {
 | |
|   opacity: .8;
 | |
|   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 | |
|   filter: alpha(opacity= 80);
 | |
|   z-index: 9999 !important;
 | |
|   margin: 0 !important;
 | |
|   position: fixed !important;
 | |
| }
 | |
| 
 | |
| .gu-hide {
 | |
|   display: none !important;
 | |
| }
 | |
| 
 | |
| .gu-unselectable {
 | |
|   -webkit-user-select: none !important;
 | |
|   -moz-user-select: none !important;
 | |
|   -ms-user-select: none !important;
 | |
|   user-select: none !important;
 | |
| }
 | |
| 
 | |
| .gu-transit {
 | |
|   opacity: .2;
 | |
|   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
 | |
|   filter: alpha(opacity= 20);
 | |
| }
 |