mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Fixed some buttons in the Pink theme that were not consistent in appearance. (#683)
* Fixed button appearance when hovering the mouse * Adjust the roundness of the corners of the popup to match the other button.
This commit is contained in:
@@ -56,7 +56,6 @@ textarea {
|
|||||||
}
|
}
|
||||||
.el-tree-node:focus > .el-tree-node__content,
|
.el-tree-node:focus > .el-tree-node__content,
|
||||||
.el-tree-node__content:hover {
|
.el-tree-node__content:hover {
|
||||||
border-radius: 10px;
|
|
||||||
background-color: var(--light-bg);
|
background-color: var(--light-bg);
|
||||||
}
|
}
|
||||||
.el-button:not(.el-button--text, .el-button--primary, .is-disabled),
|
.el-button:not(.el-button--text, .el-button--primary, .is-disabled),
|
||||||
@@ -86,7 +85,6 @@ textarea {
|
|||||||
.x-change-image-item:hover,
|
.x-change-image-item:hover,
|
||||||
.x-friend-item:hover {
|
.x-friend-item:hover {
|
||||||
background-color: var(--lighter-lighter-bg);
|
background-color: var(--lighter-lighter-bg);
|
||||||
border-radius: 10px;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.el-button--primary {
|
.el-button--primary {
|
||||||
@@ -105,7 +103,6 @@ textarea {
|
|||||||
.el-dialog,
|
.el-dialog,
|
||||||
.el-dropdown-menu,
|
.el-dropdown-menu,
|
||||||
.el-tooltip__popper.is-dark {
|
.el-tooltip__popper.is-dark {
|
||||||
border-radius: 10px;
|
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||||
}
|
}
|
||||||
.el-dropdown-menu__item,
|
.el-dropdown-menu__item,
|
||||||
|
|||||||
Reference in New Issue
Block a user