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