mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Admin css changes
This commit is contained in:
@@ -234,7 +234,7 @@ th {
|
||||
|
||||
thead th,
|
||||
tfoot td {
|
||||
color: #666;
|
||||
color: #000;
|
||||
padding: 5px 10px;
|
||||
font-size: 11px;
|
||||
background: #676767;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user