mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Merge branch 'quark-main-patch-96792' into 'main'
Changement couleur de la note See merge request bde/nk20!240
This commit is contained in:
		@@ -113,7 +113,7 @@ body {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.border-primary {
 | 
					.border-primary {
 | 
				
			||||||
    border-color: rgb(255, 255, 0) !important; 
 | 
					    border-color: rgb(222, 180, 222) !important; 
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.btn-secondary {
 | 
					.btn-secondary {
 | 
				
			||||||
@@ -132,16 +132,16 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.btn-outline-dark {
 | 
					.btn-outline-dark {
 | 
				
			||||||
    color: #ffff00;
 | 
					    color: #000000;
 | 
				
			||||||
    border-color: #ffff00;
 | 
					    border-color: #000000;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.btn-outline-dark:hover,
 | 
					.btn-outline-dark:hover,
 | 
				
			||||||
.btn-outline-dark:not(:disabled):not(.disabled).active,
 | 
					.btn-outline-dark:not(:disabled):not(.disabled).active,
 | 
				
			||||||
.btn-outline-dark:not(:disabled):not(.disabled):active {
 | 
					.btn-outline-dark:not(:disabled):not(.disabled):active {
 | 
				
			||||||
    color:  rgb(255, 255, 0);
 | 
					    color:  rgb(50, 100, 160);
 | 
				
			||||||
    background-color: rgb(255, 255, 0);
 | 
					    background-color: rgb(240, 150, 240);
 | 
				
			||||||
    border-color: rgb(255, 255, 0);
 | 
					    border-color: rgb(50, 100, 160);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user