mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
* ui: Enhancement (#1033) * fix(style): bg color issue when hovering over input count in other themes * fix(style): el-select height of feed tab improve(style): status change style of feed page improve(style): feed page * improve(ui): favorites page * improve(ui): tuning * improve(style): settings page
This commit is contained in:
@@ -1125,6 +1125,15 @@ input[type='number'],
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.x-friend-item .el-input__count {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
// User dialog memo: input count background color
|
||||
.x-friend-item:hover .el-input__count {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.x-friend-item .detail {
|
||||
margin: 0 -2px;
|
||||
}
|
||||
@@ -1988,3 +1997,8 @@ i.x-user-status {
|
||||
.el-table_41_column_291 {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.el-collapse-item .el-tag--mini {
|
||||
background-color: transparent;
|
||||
border: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user