TablIP/css/style.css
2025-05-16 01:14:30 +02:00

32 lines
529 B
CSS
Executable File

.td-input {
padding: 0;
}
.td-input input:not(.browser-default) {
margin: 0;
}
.pending::after {
content: "sync";
font-family: 'Material Icons';
-moz-font-feature-settings: 'liga';
color: grey;
position: absolute;
}
.ok::after {
content: "done";
font-family: 'Material Icons';
-moz-font-feature-settings: 'liga';
color: green;
position: absolute;
}
.nok::after {
content: "sync_problem";
font-family: 'Material Icons';
-moz-font-feature-settings: 'liga';
color: red;
position: absolute;
}