Skip to content

Commit 15cca3c

Browse files
committed
update to 0.95
1 parent 41e8182 commit 15cca3c

17 files changed

Lines changed: 288 additions & 116 deletions

File tree

mixly_arduino/blockly/apps/mixly/color.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.blocklyTreeRoot{
2-
min-width:100px;
2+
min-width:120px;
33
}
44
#tabRow>td {
55
border: 1px solid #ccc;
@@ -35,6 +35,15 @@ td.taboff {
3535
td.taboff:hover {
3636
background-color: #eee;
3737
}
38-
.blocklyTreeIcon.blocklyTreeIconNone{
39-
width:0px;
40-
}
38+
39+
div>span.blocklyTreeIcon.blocklyTreeIconNone{
40+
width:0px;height:18px;
41+
float:left;
42+
margin:2px;
43+
}
44+
/*
45+
#\:1>div>span.blocklyTreeIcon.blocklyTreeIconNone{
46+
background:url('../../media/mark/default.png') no-repeat;
47+
background-size: 100% auto;
48+
}
49+
*/

0 commit comments

Comments
 (0)