prasi-bun/app/web/static/editor.9f6769c5.css

39 lines
597 B
CSS

.ContextMenu {
background: #fff;
border: 1px solid #ccc;
outline: 0;
}
.MenuItem {
text-align: left;
background: #fff;
border-bottom: 1px solid #ececeb;
outline: 0;
justify-content: space-between;
width: 100%;
margin: 0;
padding: 3px 20px 3px 10px;
font-size: 14px;
line-height: 1.5;
display: flex;
}
.MenuItem:last-child {
border-bottom: 0;
}
.MenuItem.open {
background: #ddd;
}
.MenuItem:disabled {
color: #ccc;
}
.MenuItem:focus, .MenuItem:not([disabled]):active {
color: #fff;
background: #527dff;
}
/*# sourceMappingURL=editor.9f6769c5.css.map */