1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user