Initial code for front-end categorization status view

This commit is contained in:
thnilsen
2020-10-14 19:54:32 +02:00
parent 93d1491aac
commit 887a197033
3 changed files with 87 additions and 13 deletions
+4 -1
View File
@@ -27,6 +27,10 @@ a:focus {
color:#f5f4f4;
}
a.desc-tool-tip, a.desc-tool-tip:hover, a.desc-tool-tip:visited {
color: grey;
}
.centered {
text-align: center
}
@@ -686,4 +690,3 @@ input:checked + .slider:before {
.slider.round:before {
border-radius: 50%;
}