mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Green/Red dialog more button
This commit is contained in:
24
src/app.scss
24
src/app.scss
@@ -841,20 +841,20 @@ i.x-status-icon.red {
|
||||
// border: 0.5px solid #999;
|
||||
// }
|
||||
|
||||
// .el-button--success {
|
||||
// background-color: #67c23a !important;
|
||||
// border-color: #67c23a !important;
|
||||
// }
|
||||
.x-dialog .el-button--success {
|
||||
background-color: #67c23a !important;
|
||||
border-color: #67c23a !important;
|
||||
}
|
||||
|
||||
// .x-dialog .el-button--danger {
|
||||
// background-color: #f56c6c !important;
|
||||
// border-color: #f56c6c !important;
|
||||
// }
|
||||
.x-dialog .el-button--danger {
|
||||
background-color: #f56c6c !important;
|
||||
border-color: #f56c6c !important;
|
||||
}
|
||||
|
||||
// .el-button--warning {
|
||||
// background-color: #e6a23c !important;
|
||||
// border-color: #e6a23c !important;
|
||||
// }
|
||||
.x-dialog .el-button--warning {
|
||||
background-color: #e6a23c !important;
|
||||
border-color: #e6a23c !important;
|
||||
}
|
||||
|
||||
.avatar-info {
|
||||
cursor: pointer;
|
||||
|
||||
@@ -242,7 +242,11 @@
|
||||
@change="buildLegacyInstance"></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
v-if="newInstanceDialog.accessType !== 'public' && newInstanceDialog.accessType !== 'group'"
|
||||
v-if="
|
||||
newInstanceDialog.selectedTab === 'Legacy' &&
|
||||
newInstanceDialog.accessType !== 'public' &&
|
||||
newInstanceDialog.accessType !== 'group'
|
||||
"
|
||||
:label="t('dialog.new_instance.instance_creator')">
|
||||
<el-select
|
||||
v-model="newInstanceDialog.userId"
|
||||
|
||||
Reference in New Issue
Block a user