File size: 743 Bytes
745e7ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
.icon-run-from:before{content:"\f10c\f04b"}
.icon-run-to:before{content:"\f04b\f10c"}
.icon-run-all:before{content:"\f04b\f01e"}
.icon-run-all-forced:before{content:"\f04b\f12a"}
.icon-run-marked:before{content:"\f04b\f08d"}
.icon-mark-all:before{content:"\f111"}
.icon-mark-none:before{content:"\f10c"}
.icon-mark-toggle:before{content:"\f08d"}
.icon-hide-input:before{content:"\f039\f068"}
.icon-hide-output:before{content:"\f02f\f068"}
.icon-show-input:before{content:"\f039\f067"}
.icon-show-output:before{content:"\f02f\f067"}
#runtools-wrapper {
position: absolute;
width:340px;
top: 100px;
right: 0px;
float: right;
opacity: 1;
z-index: 100;
font-size: 12px;
font-weight: bold;
background-color: lightgrey;
}
|