web-apps/apps/common/main/resources/less/table-styler.less

29 lines
790 B
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
.table-styler {
2021-03-04 21:37:06 +00:00
table {
&.transparent {
background-color: @canvas-content-background !important;
}
}
2016-03-11 00:48:53 +00:00
td {
padding: 0;
&.content-box {
height: 50%;
.tablestyler-cell {
height: 100%;
.cell-content{
height: 100%;
padding: 6px;
}
}
}
}
.tablestyler-cell .cell-content .content-text {
display: block;
2016-09-30 13:08:11 +00:00
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAECAQAAAAO5iayAAAAAXNSR0IArs4c6QAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AkeChACzh0FVAAAABFJREFUCNdjPPCfgYGJAQUAACB0AcMrPC7hAAAAAElFTkSuQmCC') repeat 0 0 scroll;
2016-03-11 00:48:53 +00:00
height: 100%;
}
}