Added FTN list, System View

This commit is contained in:
Deon George
2022-11-25 17:44:03 +07:00
parent 102a972fcb
commit c034ce6cd4
14 changed files with 278 additions and 21 deletions

View File

@@ -59,7 +59,6 @@ ol {
margin-left: -1ch;
}
.trashed {
text-decoration: line-through;
color: #3f6982;
.btn.btn-success a {
color: white;
}

View File

@@ -670,6 +670,45 @@ tbody {
font-size: 85%;
}
table.noborder {
margin-top:.5em;
margin-bottom:1.5em;
text-indent:0;
}
table.noborder thead {
color:#fff;
background-color:#000;
border-style: none;
}
table.noborder thead tr:first-child {
border: 0;
}
table.noborder thead tr {
border: 0;
}
table.noborder th {
border: 0;
}
table.noborder tbody {
border-style: none;
}
table.noborder td {
border: 0;
}
table.noborder tbody tr td:not(:last-child) {
border: 0;
}
table.noborder tfoot {
background-color:#000;
border: 0;
}
table.noborder tfoot tr td {
border-bottom: 0;
color: #eee;
font-size: 85%;
}
.titledbox {
margin:1.5em auto 2.5em auto
}
@@ -778,4 +817,9 @@ a.link:focus:after {
}
.modal-body {
color: #0c0c0c;
}
.trashed {
text-decoration: line-through;
color: #3f6982;
}