All Downloads are FREE. Search and download functionalities are using the official Maven repository.

annis.visualizers.component.visjs.visjs_legend.css Maven / Gradle / Ivy

There is a newer version: 4.0.0-beta.4
Show newest version
 .legend {
	 position: relative;
	 left: 10px;				
	 top: 10px;
	 height: 50px !important;
	 width: 70px !important;	
	 text-align: center;
}

.legend-label { 	
	 text-align: left;	 
 } 
		
 .legend-token { 
	 background:#CCFF99 !important; 
	 
 }  

 .legend-span { 
	 background:#dbdcff !important;
 }
 
 .legend-struct { 
	 background:#ffff7d !important;
	 
 }







© 2015 - 2024 Weber Informatics LLC | Privacy Policy