1
This commit is contained in:
@@ -14,14 +14,16 @@
|
||||
border-bottom-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
-unity-font-definition: url('project://database/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular%20SDF.asset?fileID=11400000&guid=b3753d022dd4b4545b0e5f3f6e9a997f&type=2#Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular SDF.asset');
|
||||
-unity-font-definition: url("project://database/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular%20SDF.asset?fileID=11400000&guid=b3753d022dd4b4545b0e5f3f6e9a997f&type=2#Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular SDF.asset");
|
||||
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 {
|
||||
@@ -36,3 +38,19 @@
|
||||
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user