13 lines
		
	
	
		
			283 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			283 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* styles.css for Kanban Status Updater */
 | |
| 
 | |
| /* Status bar styling - minimal to ensure good performance */
 | |
| .kanban-status-updater-statusbar {
 | |
|   color: var(--text-accent);
 | |
|   font-size: 0.8em;
 | |
|   padding: 0 8px;
 | |
|   opacity: 0.8;
 | |
| }
 | |
| 
 | |
| .kanban-status-updater-statusbar:hover {
 | |
|   opacity: 1;
 | |
| } | 
