Skip to content

Commit e63bad3

Browse files
authored
Merge pull request #5 from StansAssets/light-theme
feat: add style of PackageSettingWindow for light theme
2 parents 6d6244e + 6cafc6c commit e63bad3

File tree

2 files changed

+3
-65
lines changed

2 files changed

+3
-65
lines changed

com.stansassets.plugins-dev-kit/Editor/UIToolkit/SettingsWindow/PackageSettingsWindowDark.uss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
color: rgb(130, 130, 130);
88
}
99

10-
.header {
11-
12-
}
13-
1410
SettingsBlock,
1511
.tabs-bar {
1612
background-color: rgb(56, 56, 56);
Lines changed: 3 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,4 @@
1-
.title {
2-
-unity-font-style: bold;
3-
font-size: 18px;
4-
margin-left: 10px;
5-
flex-grow: 1;
6-
margin-top: 5px;
7-
margin-bottom: 5px;
8-
}
9-
10-
.description {
11-
white-space: normal;
12-
margin-left: 10px;
13-
margin-right: 20px;
14-
}
15-
16-
.toolbar {
17-
flex-direction: row;
18-
}
19-
20-
.toolbar__search-field {
21-
width: 200px;
22-
}
23-
24-
.toolbar__flexible-space {
25-
flex-grow: 1;
26-
}
27-
28-
.test {
29-
width: 300px;
30-
height: 300px;
31-
}
32-
33-
.window-root {
34-
background-color: rgb(40, 40, 40);
35-
flex-grow: 1;
36-
}
37-
38-
.version {
39-
-unity-text-align: upper-right;
40-
margin-right: 20px;
41-
margin-top: 8px;
42-
}
43-
44-
.title-bar {
45-
flex-direction: row;
46-
}
47-
1+
SettingsBlock,
482
.tabs-bar {
49-
flex-direction: row;
50-
}
51-
52-
.stansassets-button-strip__button {
53-
min-width: 80px;
54-
cursor: link;
55-
-unity-font-style: bold;
56-
border-color: rgba(0, 0, 0, 0);
57-
background-color: rgba(0, 0, 0, 0);
58-
}
59-
60-
.stansassets-button-strip__button--active {
61-
background-color: rgba(0, 0, 0, 0);
62-
}
3+
background-color: rgb(190, 190, 190);
4+
}

0 commit comments

Comments
 (0)