Modal mode d'emploi et style boutons

This commit is contained in:
Colin Maudry
2026-01-30 19:22:54 +01:00
parent cee51d929c
commit 3ce37784dc
2 changed files with 69 additions and 19 deletions
+29 -4
View File
@@ -31,14 +31,38 @@ h3 {
margin: 36px 0 20px 0;
}
/* Base Button Styles */
/* Base Button Styles
button {
font-weight: 400;
background-color: #fff;
border-radius: 3px;
appearance: auto;
border: solid var(--primary-color) 1px;
/* couleur thème foncée */
} */
button.btn.btn-primary,
button.show-hide {
border-radius: 3px;
outline: 0;
color: #fff;
border: 0;
height: 30px;
padding-top: 2px;
background-color: rgb(179, 56, 33) !important;
background-image: linear-gradient(
rgb(209, 96, 73),
rgb(179, 56, 33) 26%,
rgb(159, 36, 22)
);
}
button.btn.btn-primary:hover,
button.show-hide:hover {
background-image: linear-gradient(
rgb(239, 126, 103),
rgb(209, 86, 63) 26%,
rgb(189, 66, 52)
);
}
button[disabled] {
@@ -160,12 +184,13 @@ p.version > a {
.table-menu {
font-size: 16px;
margin: 12px 0 12px 0;
height: 36px;
height: 50px;
display: flex;
align-items: baseline;
}
.table-menu > * {
margin: 8px 16px 8px 0;
float: left;
}
#source_table {