feat(read.html, epub): add custom theme selection with color picker, used pickr.js
This commit is contained in:
@@ -538,7 +538,7 @@ input:-moz-placeholder {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 100vw;
|
||||
width: 97vw;
|
||||
height: 90dvh;
|
||||
max-width: 630px;
|
||||
z-index: 2000;
|
||||
@@ -565,7 +565,7 @@ input:-moz-placeholder {
|
||||
}
|
||||
|
||||
.md-show ~ .overlay {
|
||||
opacity: 1;
|
||||
/* opacity: 1; */
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
}
|
||||
|
||||
.item {
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
font-family: Open Sans;
|
||||
padding-right: 10px;
|
||||
color: white;
|
||||
|
||||
2
cps/static/js/libs/pickr/pickr.min.css
vendored
Normal file
2
cps/static/js/libs/pickr/pickr.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
3
cps/static/js/libs/pickr/pickr.min.js
vendored
Normal file
3
cps/static/js/libs/pickr/pickr.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user