.bordered {
  outline: 1px solid currentColor;
}

.border-radius {
  outline: 1px solid currentColor;
}

.border-radius {
  border-radius: 5%;
}

  /* required class */
.my-editor {
    /* we dont use `language-` classes anymore so thats why we need to add background and text color manually */
    background: #2d2d2d;
    color: #ccc;

    /* you must provide font-family font-size line-height. Example: */
    font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px;
}

  /* optional class for removing the outline */
.prism-editor__textarea:focus {
    outline: none;
}


.q-uploader__list {
    min-height: auto;
}
.q-uploader {
    height: 100%;
    outline: 1px dashed #dddddd;
    width:100%;
}
    


.selected-cell:after{
	content:"";
	position:absolute;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
    outline: 1px solid var(--q-primary );
    border-radius:2px;
}
.record-cell{
	position:relative;

	/* border-right:1px solid grey; */
}
	


.record-cell{

	/* border-right:1px solid grey; */
}
	

