mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
d9fe59ebb2
commit
5de87bd36e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -93,7 +93,7 @@
|
||||
"danmaku-converter.min.js": "FDAB4DB2E3C79730A39CDA7C5FD193693621FED206C6549E9B8F13778080CC12",
|
||||
"old-tweets.min.js": "387152B26384B0900985F527112841CC00A48F507EAA8FA634D13FFA83447A72",
|
||||
"settings-side-bar.min.js": "C01E22A25B573712D75340E1E34BBA4EC171A80E39F1097FD5E52C6F57BC9BF4",
|
||||
"dark-slice-10.min.css": "D0524B88DD85FB58EB5E3B2B6542AAFF0D3929551BCCC3611DA49234EE9F8AAC",
|
||||
"dark-slice-10.min.css": "E74903FF5595E67E24B772E70DAA365B705B00BFE4C343D285962ADE3EFC2C1B",
|
||||
"hide-old-entry.min.js": "D25A3B8397B98215AA35EDCB6B7E16C46D6A582D9D0936F7438D90593DD89AEC",
|
||||
"settings-tooltip.loader.min.js": "B3941A6B9A5AC693832EA49015397114DC95137E12E6D1ABC311EFF3A3D6F319",
|
||||
"v-dropdown.vue.min.js": "D26B4A74515F53A34A3CB0590FC9683476D99FBBBB9647FDFCBF33E265C3F662",
|
||||
@ -166,7 +166,7 @@
|
||||
"full-page-title.min.js": "5399D56E21336A2A4473F75167755EA3DE7B0146A9285D2B8FB201E44972B921",
|
||||
"auto-play.min.js": "DC9938AC15DADDC9D88DCA0C9BE64BE142C37D32CB85E42E23DAB2A7378531E5",
|
||||
"old.min.css": "4C8C918BEBE59E9EE19D5E383234767EE2A2F1DB72E86F0C9F9CE01F26DD193C",
|
||||
"dark.min.css": "E8AB8765F9C7B08BAAD2258C73E8584C9E40437F0F17F100CB8A6FB87AA03603",
|
||||
"dark.min.css": "0375FF8CA3F47C480C0282FB2950CE865220AA1BC63F952A152D33D90B5FF275",
|
||||
"video-info.min.js": "7234A74CA28A772A31E41BBD4925FC2B22C6701419ADFD511402C6A9D6D9E5FA",
|
||||
"default-player-layout.min.js": "C6CE64216569A006566ADD7FC69451897612F46CC9641B8B15E0A13D5B1F2455",
|
||||
"expand-danmaku.min.js": "B21658C40085AEA8DC49652AE62EB8610BB2EBEAF7A9C9AF69EF3B11E08EEC8D",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/dark.min.css
vendored
2
min/dark.min.css
vendored
File diff suppressed because one or more lines are too long
@ -456,10 +456,13 @@
|
||||
}
|
||||
}
|
||||
.round-corner {
|
||||
.selectable-option.unable {
|
||||
@include background-color("1");
|
||||
@include color("6");
|
||||
.selectable-option {
|
||||
@include background-color("4");
|
||||
@include border-color();
|
||||
&.unable {
|
||||
@include background-color("1");
|
||||
@include color("6");
|
||||
}
|
||||
}
|
||||
.ticket-count {
|
||||
@include background-color("4");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user