1
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
Button {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
-unity-font-definition: url('project://database/Assets/Artist/Art/Fonts/NotoSansSC-Bold%20SDF.asset?fileID=11400000&guid=033cc1a4c6c35c6488ad74f4cee476ac&type=2#NotoSansSC-Bold SDF');
|
||||
border-left-width: 0;
|
||||
border-right-width: 0;
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
Button:hover {
|
||||
background-color: rgba(64, 64, 64, 255);
|
||||
background-color: rgb(64, 64, 64);
|
||||
}
|
||||
|
||||
Button:active {
|
||||
background-color: rgba(125, 125, 125, 255);
|
||||
color: rgba(29, 29, 29, 255);
|
||||
background-color: rgb(125, 125, 125);
|
||||
color: rgb(29, 29, 29);
|
||||
}
|
||||
|
Reference in New Issue
Block a user