ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
23 lines (20 loc) • 295 B
CSS
.enyo-thumb {
position: absolute;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
background: #333;
border: 1px solid #666;
opacity: 0.75;
z-index: 1;
}
.enyo-vthumb {
top: 0;
right: 2px;
width: 4px;
}
.enyo-hthumb {
left: 0;
bottom: 2px;
height: 4px;
}