We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4910413 commit 4dd4932Copy full SHA for 4dd4932
combo.css
@@ -9,11 +9,17 @@ div.vis-item {
9
color: white;
10
}
11
12
+
13
div.vis-item.py2 {
14
background-color: #3dbf18;
15
border-color: #3dbf18;
16
17
18
+div.vis-item.vis-selected {
19
+ background-color: #e8aa2c;
20
+ border-color: #bf8a1e;
21
+}
22
23
/* create a custom sized dot at the bottom of the red item */
24
.vis-item.red {
25
background-color: red;
@@ -26,3 +32,7 @@ div.vis-item.py2 {
26
32
.center ul {
27
33
list-style: none;
28
34
35
36
+.vis-timeline {
37
+ text-align: left;
38
0 commit comments