mirror of
https://github.com/baoweise-bot/aimili-vpngate.git
synced 2026-09-09 01:36:52 +08:00
style: add custom background and text color to select options in vpngate_manager.py
This commit is contained in:
@@ -2129,6 +2129,10 @@ INDEX_HTML = r"""<!doctype html>
|
|||||||
box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
|
box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
|
||||||
background: rgba(15, 23, 42, 0.6);
|
background: rgba(15, 23, 42, 0.6);
|
||||||
}
|
}
|
||||||
|
select option {
|
||||||
|
background-color: #0f172a;
|
||||||
|
color: #f8fafc;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user