GestionConges-PHP/style.css

17 lines
205 B
CSS
Raw Permalink Normal View History

2023-01-15 22:33:10 +01:00
button {
padding: 10px 20px;
background-color: blue;
color: white;
2023-01-15 22:33:40 +01:00
!important;
2023-01-15 22:33:10 +01:00
}
2022-10-14 22:01:49 +02:00
table,
td {
border: 1px solid #333;
}
thead,
tfoot {
background-color: #1D4699;
color: #fff;
}