Admin css changes

This commit is contained in:
th3r00t
2021-08-02 00:51:57 -04:00
parent f3ef7546f9
commit c9f30e3d63
3 changed files with 11 additions and 4 deletions

View File

@@ -234,7 +234,7 @@ th {
thead th,
tfoot td {
color: #666;
color: #000;
padding: 5px 10px;
font-size: 11px;
background: #676767;

View File

@@ -312,7 +312,7 @@
#changelist .actions select {
vertical-align: top;
height: 24px;
background: none;
background: #363636;
color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
@@ -336,14 +336,14 @@
font-size: 13px;
border: 1px solid #ccc;
border-radius: 4px;
background: #fff;
background: #363636;
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
cursor: pointer;
height: 24px;
line-height: 1;
padding: 4px 8px;
margin: 0;
color: #333;
color: #fff;
}
#changelist .actions .button:focus, #changelist .actions .button:hover {

View File

@@ -48,6 +48,13 @@
margin: 0px 0px;
}
.book_description {
display: none;
}
.book_details_list {
grid-template-rows: 0.5fr 0.5fr 2fr 0.15fr 0.25fr;
}
.vert-nav-item {}
#vert-nav {