mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 19:31:39 +00:00
prettier: client
This commit is contained in:
parent
f2102a0a23
commit
3beb8905c4
74 changed files with 520 additions and 652 deletions
|
|
@ -92,11 +92,10 @@
|
|||
}
|
||||
|
||||
/* Firefox */
|
||||
input[type=number] {
|
||||
input[type='number'] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
|
||||
.tracksTable {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
|
|
@ -174,7 +173,10 @@ input[type=number] {
|
|||
}
|
||||
|
||||
.box-shadow-book {
|
||||
box-shadow: 4px 1px 8px #11111166, -4px 1px 8px #11111166, 1px -4px 8px #11111166;
|
||||
box-shadow:
|
||||
4px 1px 8px #11111166,
|
||||
-4px 1px 8px #11111166,
|
||||
1px -4px 8px #11111166;
|
||||
}
|
||||
|
||||
.shadow-height {
|
||||
|
|
@ -182,7 +184,9 @@ input[type=number] {
|
|||
}
|
||||
|
||||
.box-shadow-book3d {
|
||||
box-shadow: 4px 1px 8px #11111166, 1px -4px 8px #11111166;
|
||||
box-shadow:
|
||||
4px 1px 8px #11111166,
|
||||
1px -4px 8px #11111166;
|
||||
}
|
||||
|
||||
.box-shadow-side {
|
||||
|
|
@ -204,7 +208,6 @@ Bookshelf Label
|
|||
color: #fce3a6;
|
||||
}
|
||||
|
||||
|
||||
.cover-bg {
|
||||
width: calc(100% + 40px);
|
||||
height: calc(100% + 40px);
|
||||
|
|
@ -247,4 +250,4 @@ Bookshelf Label
|
|||
|
||||
.abs-btn:disabled::before {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue