We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2aacfa commit c5418e8Copy full SHA for c5418e8
1 file changed
index.htm
@@ -159,6 +159,25 @@
159
160
}
161
162
+ box.homePage.btnLive = createButton();
163
+ box.homePage.add(that);
164
+ that.right = 20;
165
+ that.top = box.homePage.header.height + 20;
166
+ that.text = "LIVE";
167
+ // that.color = "orangered";
168
+ that.color = "rgba(255, 255, 255, 0.15)";
169
+ that.border = 2;
170
+ // that.borderColor = "rgba(0, 0, 0, 0.4)";
171
+ // that.textColor = "rgba(0, 0, 0, 0.6)";
172
+ that.borderColor = "orangered";
173
+ that.textColor = "orangered";
174
+ that.minimal = 1;
175
+ that.round = 12;
176
+ that.width = 70;
177
+ that.height = 30;
178
+ that.opacity = 0.7;
179
+ that.fontSize = 18;
180
+
181
/*
182
box.homePage.header = createBox(0, 0, 1000, 600)
183
box.homePage.add(that)
0 commit comments