siesta-lite
Version:
Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers
23 lines (18 loc) • 356 B
CSS
/*
Siesta 5.6.1
Copyright(c) 2009-2022 Bryntum AB
https://bryntum.com/contact
https://bryntum.com/products/siesta/license
*/
.ghost-cursor {
color : #000;
text-shadow : 1px 1px 1px #fff;
font-size : 16px;
}
.ghost-cursor-press {
color : #999;
}
.ghost-cursor-click-indicator,
.ghost-cursor-press {
border-color : darkred;
}