ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
15 lines (13 loc) • 340 B
text/less
/* Popup.css */
.onyx-popup {
font-size: @onyx-popup-font-size;
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0,0,0,0.2);
border-radius: 8px;
padding: 6px;
color: @onyx-popup-text-color;
background: @onyx-popup-background @onyx-button-gradient repeat-x 0 bottom;
}
.onyx-popup-decorator {
position: relative;
}