mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Refactor style
This commit is contained in:
parent
7cfc350797
commit
c47f7bc12e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/download-video.min.css
vendored
2
min/download-video.min.css
vendored
File diff suppressed because one or more lines are too long
@ -302,15 +302,26 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
transition: .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
||||||
}
|
|
||||||
.rpc-settings > * {
|
& > * {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
.rpc-settings.show {
|
&.show {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateX(-50%) scale(1);
|
transform: translateX(-50%) scale(1);
|
||||||
pointer-events: initial;
|
pointer-events: initial;
|
||||||
|
}
|
||||||
|
input[type="text"] {
|
||||||
|
background: transparent;
|
||||||
|
color: var(--download-video-foreground);
|
||||||
|
border: 1px solid #8884;
|
||||||
|
padding: 4px;
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
input[type="text"]:focus {
|
||||||
|
border-color: var(--theme-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.rpc-settings-item {
|
.rpc-settings-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -318,16 +329,6 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.rpc-settings input[type="text"] {
|
|
||||||
background: transparent;
|
|
||||||
color: var(--download-video-foreground);
|
|
||||||
border: 1px solid #8884;
|
|
||||||
padding: 4px;
|
|
||||||
margin-left: 8px;
|
|
||||||
}
|
|
||||||
.rpc-settings input[type="text"]:focus {
|
|
||||||
border-color: var(--theme-color);
|
|
||||||
}
|
|
||||||
button.start-download,
|
button.start-download,
|
||||||
button.cancel-download {
|
button.cancel-download {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user