c1-cms
Version:
Contains React components distributed with C1 CMS.
85 lines (65 loc) • 1.3 kB
text/less
/* * * * *
Composite.Versioning.ContentVersioning
* * * */
table#filter {
margin: 10px 0;
th {
border: none ;
}
}
table#logtable {
> thead th {
background: @table-header-bg-color ;
border-color: @table-border-color ;
}
th.button {
ui|toolbarbutton {
border-color: transparent;
background: none;
box-shadow: none;
&.hover {
border-color: @primary-color;
}
}
}
}
table tr.hilite > td {
background-color: #f5f5f5 ;
}
table#headings {
margin: 0 ;
th {
background: @table-header-bg-color ;
border-color: @table-border-color ;
}
}
td.time, th.time {
width: 165px ;
}
table.compare {
caption {
background: #E6E6E6 ;
border: 0 ;
}
th.prop, th.value {
background: @table-header-bg-color ;
}
th.prop, th.value, td.prop, td.value {
border-color: @table-border-color ;
}
}
#bottomtoolbar {
background: #EFEFEF;
}
// end Composite.Versioning.ContentVersioning
/* * * * *
Composite.Forms.FormBuilder
* * * */
div#formmarkup {
ui|toolbarbutton {
margin: 0;
border: 0;
box-shadow: none;
background: transparent;
}
}