GestionConges-PHP/style.css

18 lines
234 B
CSS
Raw Normal View History

2022-10-14 22:01:49 +02:00
table,
td {
border: 1px solid #333;
}
thead,
tfoot {
background-color: #1D4699;
color: #fff;
}
2023-01-15 21:56:03 +01:00
a.button {
padding: 10px 20px;
background-color: blue;
color: white;
text-decoration: none;
2023-01-15 22:03:08 +01:00
!important;
2023-01-15 21:56:03 +01:00
}