1
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
Label {
|
||||
-unity-font-definition: url('project://database/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular%20SDF.asset?fileID=11400000&guid=b3753d022dd4b4545b0e5f3f6e9a997f&type=2#SourceHanMono-Regular SDF');
|
||||
.alert-container Label {
|
||||
color: rgba(255, 255, 255, 0.78);
|
||||
-unity-font: initial;
|
||||
}
|
||||
|
||||
Button {
|
||||
.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);
|
||||
@@ -15,17 +14,17 @@ Button {
|
||||
border-bottom-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
max-width: 128px;
|
||||
-unity-font-definition: url('project://database/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular%20SDF.asset?fileID=11400000&guid=b3753d022dd4b4545b0e5f3f6e9a997f&type=2#SourceHanMono-Regular SDF');
|
||||
-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;
|
||||
}
|
||||
|
||||
Button:hover {
|
||||
.alert-container Button:hover {
|
||||
color: rgb(0, 0, 0);
|
||||
background-color: rgba(255, 255, 255, 0.78);
|
||||
transition-duration: 0.1s;
|
||||
}
|
||||
|
||||
Button:active {
|
||||
.alert-container Button:active {
|
||||
background-color: rgb(120, 120, 120);
|
||||
color: rgb(0, 0, 0);
|
||||
border-left-width: 1px;
|
||||
|
Reference in New Issue
Block a user