Skip to content

Commit 3caee65

Browse files
author
ruangf
committed
controlpanel.html
1 parent 698225c commit 3caee65

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

js/Themes/default.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
border-left: none;
9898
border-radius: 3px 3px 0px 0px;
9999
border-bottom: 0px;
100-
margin-right: 3px;
101100
font-size: 12px;
102101
padding: 4px 7px 1px 5px;
102+
margin-top: 2.5px;
103103
}
104104

105105
.wcPanelTab:hover,
@@ -110,7 +110,6 @@
110110
.wcPanelTabActive {
111111
color: #e1e1e1;
112112
background-color: #535353;
113-
margin-top: 3px;
114113
z-index: 99999;
115114
}
116115

packages/controlpanel/panel/controlpanel.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
}
2626

2727
#view {
28-
box-shadow: inset 0 0 8px 2px rgba(0,0,0,0.2);
29-
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
30-
background-image: linear-gradient(#363636, #565656);
28+
29+
background-image: linear-gradient(#454545, #454545);
3130
}
3231

3332
ul {

packages/renderpanel/panel/renderscene.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
position: relative;
1515

1616
box-shadow: inset 0 0 8px 2px rgba(0,0,0,0.2);
17-
background: #262626;
17+
background: #363636;
1818

1919
min-width: 100px;
2020
min-height: 100px;

prop/prop-accordion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
margin-bottom: 5px;
1212
font-weight: bold;
1313
padding-bottom: 0px;
14-
background-color: #464646;
14+
background-color: #666;
1515
}
1616

1717
.content {

res/grid2.png

0 Bytes
Loading

0 commit comments

Comments
 (0)