mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
fix dark theme button bg color
This commit is contained in:
@@ -259,6 +259,7 @@ div.x-friend-list
|
|||||||
|
|
||||||
.el-button {
|
.el-button {
|
||||||
color: $--theme-text-2;
|
color: $--theme-text-2;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-button:not(.el-button--text, .el-button--primary, .is-disabled) {
|
.el-button:not(.el-button--text, .el-button--primary, .is-disabled) {
|
||||||
|
|||||||
@@ -411,6 +411,9 @@
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.data-table-wrapper {
|
.data-table-wrapper {
|
||||||
margin: 0 3px;
|
margin: 0 3px;
|
||||||
|
font-feature-settings:
|
||||||
|
'tnum' 1,
|
||||||
|
'lnum' 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination-wrapper {
|
.pagination-wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user