breakpoint

before update unity version
This commit is contained in:
CortexCore
2024-03-04 18:45:21 +08:00
parent e2fbb14dd5
commit 9ad58a2ff4
5423 changed files with 14757 additions and 653 deletions

View File

@@ -45,17 +45,30 @@ ListView {
border-bottom-width: 0;
}
ListView Label {
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
padding-bottom: 4px;
#commands-container Button {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
background-color: rgb(113, 113, 113);
color: rgb(255, 255, 255);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
-unity-text-align: upper-left;
}
ListView Label:hover {
#commands-container Button:hover {
color: rgb(32, 32, 32);
background-color: rgb(255, 255, 255);
}
TextElement {
#commands-container Button.selected {
color: rgb(32, 32, 32);
background-color: rgb(255, 255, 255);
}
#TextField TextElement {
color: rgb(255, 255, 255);
}