This commit is contained in:
CortexCore
2025-04-14 15:39:28 +08:00
parent c1273357de
commit d8b8ddb8b6
23 changed files with 447 additions and 116 deletions

View File

@@ -39,7 +39,7 @@ Slider.material {
}
.material Button {
background-color: rgba(26, 115, 232, 0.06);
background-color: rgba(26, 115, 232, 0.13);
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
@@ -219,3 +219,23 @@ Slider.material {
min-width: 128px;
opacity: 0.8;
}
.unity-base-field.variant-text #unity-text-input {
background-color: rgba(0, 0, 0, 0);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
}
.material TabBar.variable-square Button {
width: 64px;
height: 64px;
max-width: 64px;
max-height: 64px;
min-width: 64px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}