keycloak-collective-portal/keycloak_collective_portal/static/default.css

26 lines
312 B
CSS
Raw Permalink Normal View History

input {
display: block;
2022-01-10 09:17:35 +00:00
margin-top: 5px;
margin-bottom: 15px;
}
th, td {
padding: 15px;
}
table, th, td {
border: 1px solid black;
}
2022-01-10 09:33:07 +00:00
input {
border: 2px solid currentcolor;
}
input:invalid {
border: 2px dashed red;
}
input:invalid:focus {
background-image: linear-gradient(magenta, pink);
}