Net.Like.Xue.Tokyo/Assets/BITKit/Unity/UX/BITAlert.uss

55 lines
1.7 KiB
Plaintext

.alert-container Label {
color: rgba(255, 255, 255, 0.78);
}
.alert-container Button {
background-color: rgba(0, 0, 0, 0);
color: rgba(255, 255, 255, 0.5);
border-left-color: rgba(255, 255, 255, 0.5);
border-right-color: rgba(255, 255, 255, 0.5);
border-top-color: rgba(255, 255, 255, 0.5);
border-bottom-color: rgba(255, 255, 255, 0.5);
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
min-width: 128px;
-unity-background-image-tint-color: rgba(255, 255, 255, 0.78);
}
.alert-container Button:hover {
color: rgb(0, 0, 0);
background-color: rgba(255, 255, 255, 0.78);
transition-duration: 0.1s;
-unity-background-image-tint-color: rgb(32, 32, 32);
}
.alert-container Button:active {
background-color: rgb(120, 120, 120);
color: rgb(0, 0, 0);
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-color: rgb(123, 123, 123);
border-right-color: rgb(123, 123, 123);
border-top-color: rgb(123, 123, 123);
border-bottom-color: rgb(123, 123, 123);
}
.alert-container .unity-base-field__input {
background-color: rgba(255, 255, 255, 0);
border-left-color: rgba(255, 255, 255, 0.5);
border-right-color: rgba(255, 255, 255, 0.5);
border-top-color: rgba(255, 255, 255, 0.5);
border-bottom-color: rgba(255, 255, 255, 0.5);
}
.alert-container .unity-base-popup-field__arrow {
-unity-background-image-tint-color: rgba(255, 255, 255, 0.78);
}
.alert-container #unity-text-input .unity-text-element {
color: rgba(255, 255, 255, 0.78);
}