GestionConges-PHP/style.css
Alexandre MOTTIER aae15b6693
Update CSS
2023-01-15 22:33:40 +01:00

17 lines
205 B
CSS

button {
padding: 10px 20px;
background-color: blue;
color: white;
!important;
}
table,
td {
border: 1px solid #333;
}
thead,
tfoot {
background-color: #1D4699;
color: #fff;
}