mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
improve: instance activity chart (#1144)
* improve: instance activity chart * wip: ? * Wrong commit * add prev/next day btn, bar width setting, i18n * add show solo, no friend instance btn, add friend icon, i18n * add favorite friend icon, tips, improve the chart display effect, and i18n
This commit is contained in:
@@ -2019,3 +2019,41 @@ i.x-user-status {
|
||||
background: rgba(var(--md-sys-color-background));
|
||||
color: #efefef;
|
||||
}
|
||||
.el-backtop {
|
||||
background: var(--md-sys-color-surface-1);
|
||||
color: rgb(var(--md-sys-color-primary));
|
||||
}
|
||||
|
||||
// Date picker
|
||||
.el-date-table td.available:hover span {
|
||||
color: #fff;
|
||||
}
|
||||
.el-date-table td.available:hover {
|
||||
color: #fff
|
||||
}
|
||||
.el-date-table td.disabled div {
|
||||
background-color: rgb(48, 46, 53)
|
||||
}
|
||||
.el-date-table td.current:not(.disabled) span
|
||||
{
|
||||
background: var(--md-sys-color-surface-2);
|
||||
color: #fff;
|
||||
}
|
||||
.el-date-table td.today span {
|
||||
color: rgb(var(--md-sys-color-primary-container));
|
||||
}
|
||||
.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell {
|
||||
color: rgb(48, 46, 53);
|
||||
}
|
||||
.el-month-table td.current:not(.disabled) .cell {
|
||||
color: rgb(48, 46, 53);
|
||||
}
|
||||
.el-date-picker__header-label.active, .el-date-picker__header-label:hover {
|
||||
color: rgb(48, 46, 53);
|
||||
}
|
||||
.el-picker-panel__icon-btn:hover {
|
||||
color: rgb(48, 46, 53);
|
||||
}
|
||||
.el-month-table td .cell:hover {
|
||||
color: rgb(48, 46, 53);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user