TablIP/css/style.css
2021-09-26 22:49:52 +02:00

32 lines
529 B
CSS

.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;
}