mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			390 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			390 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
.vdp-datepicker__calendar .cell {
 | 
						|
 | 
						|
    &:not(.blank):not(.disabled)
 | 
						|
    {
 | 
						|
        &.day:hover,
 | 
						|
        &.month:hover,
 | 
						|
        &.year:hover {
 | 
						|
            border: 1px solid $ls-color-primary !important;
 | 
						|
        }
 | 
						|
    }
 | 
						|
    
 | 
						|
    &.selected {
 | 
						|
        background: $ls-color-primary !important;
 | 
						|
    }
 | 
						|
    
 | 
						|
    &.highlighted {
 | 
						|
        background:lighten($ls-color-primary,25%) !important;
 | 
						|
    }
 | 
						|
}
 |