Skip to content

Commit c39a249

Browse files
committed
Merge branch 'unite2025/lsp-uitk' into unite2025/add-localization
2 parents 3577ad3 + be59429 commit c39a249

38 files changed

+2274
-290
lines changed

Assets/Resources/UITk/MainView.uxml

Lines changed: 120 additions & 84 deletions
Large diffs are not rendered by default.
Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
1-
@import url("/Assets/Resources/UITk/Themes/Common/CommonStyle.tss");
2-
@import url("GreenStyle.Colors.uss");
1+
/*@import url("/Assets/Resources/UITk/Themes/Common/CommonStyle.tss");
2+
@import url("GreenStyle.Colors.uss");*/
3+
@import url("unity-theme://default");
4+
5+
:root {
6+
font-size: 64px;
7+
}
8+
9+
10+
:root.bold-text {
11+
-unity-font-style: bold
12+
}
13+
14+
/* Dropdown */
15+
.unity-base-dropdown__container-outer {
16+
border-width: 10px;
17+
border-color: black;
18+
border-radius: 30px;
19+
margin-top: -10px;
20+
}
21+
22+
.unity-base-dropdown__container-outer > .unity-scroll-view {
23+
border-radius: 20px;
24+
background-color: white;
25+
}
26+
27+
.unity-base-dropdown__item {
28+
}
29+
30+
.unity-base-dropdown__item:hover:enabled {
31+
background-color: #01C684;
32+
}
33+
34+
.unity-base-dropdown__checkmark {
35+
margin: 30px;
36+
width: 50px;
37+
height: 50px;
38+
}

0 commit comments

Comments
 (0)