17 lines
		
	
	
		
			279 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			279 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| * {
 | |
|   engine: none;
 | |
|   border-image: url("green-20x20.png") 5000;
 | |
|   background-image: none;
 | |
|   background-color: #000;
 | |
|   border-style: solid;
 | |
|   border-width: 1px;
 | |
|   padding: 0;
 | |
|   border-radius: 0;
 | |
| }
 | |
| 
 | |
| GtkGrid * {
 | |
|   background-color: lime;
 | |
|   border-style: none;
 | |
|   border-width: 0;
 | |
| }
 | 
