org.opencms.gwt.client.ui.css.CellTable.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-gwt Show documentation
Show all versions of opencms-gwt Show documentation
OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.
.cellTableWidget {
}
.cellTableFirstColumn {
}
.cmsRowErrors {
}
.cmsCellError, .cmsCellError * {
background-color: value("constants.css.backgroundColorInputError") !important;
}
.statusOk {
color: green;
}
.statusError {
color: red;
}
.cellTableLastColumn {
}
@sprite .cellTableFooter {
gwt-image: 'cellTableFooterBackground' !important ;
background-color: #b4d0f8 !important ;
border-top: 1px solid #88b0f2 !important ;
border-left: 1px solid #88b0f2 !important ;
border-right: 1px solid #eef !important ;
padding: 0px 10px !important ;
text-align: left !important ;
color: #4b4a4a !important ;
text-shadow: #ddf 1px 1px 0 !important ;
overflow: hidden !important ;
}
@sprite .cellTableHeader {
gwt-image: 'cellTableHeaderBackground' !important ;
background-color: #b4d0f8 !important ;
border-bottom: 1px solid #88b0f2 !important ;
border-left: 1px solid #88b0f2 !important ;
border-right: 1px solid #eef !important ;
padding: 0px 10px !important ;
text-align: left !important ;
color: #4b4a4a !important ;
text-shadow: #ddf 1px 1px 0 !important ;
overflow: hidden !important ;
}
.cellTableCell {
padding: 4px 10px !important ;
overflow: hidden !important ;
}
.cellTableCell input[type=text] {
border: 1px solid black !important;
background-color: white;
width: 100%;
}
.cellTableCell select {
border: 1px solid gray;
width: 100%;
}
.cellTableFirstColumnFooter {
border-left: 0px !important ;
}
.cellTableFirstColumnHeader {
border-left: 0px !important ;
}
.cellTableLastColumnFooter {
}
.cellTableLastColumnHeader {
}
.cellTableSortableHeader {
cursor: pointer !important ;
cursor: hand !important ;
}
.cellTableSortableHeader:hover {
color: #6c6b6b !important ;
}
.cellTableSortedHeaderAscending {
}
.cellTableSortedHeaderDescending {
}
.cellTableEvenRow {
background: #ffffff !important ;
}
.cellTableEvenRowCell {
}
.cellTableOddRow {
background: #eef4fb !important ;
}
.cellTableOddRowCell {
}
.cellTableHoveredRow {
background: #eee !important ;
}
.cellTableHoveredRowCell {
}
.cellTableKeyboardSelectedRow {
background: #ffc !important ;
}
.cellTableKeyboardSelectedRowCell {
}
@sprite .cellTableSelectedRow {
gwt-image: 'cellTableSelectedBackground' !important ;
background-color: #628cd5 !important ;
color: white !important ;
height: auto !important ;
overflow: auto !important ;
}
.cellTableSelectedRowCell {
background: #2361de !important ;
}
.cellTableKeyboardSelectedCell {
background: #d7dde8;
}
.cellTableLoading {
margin: 30px !important ;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy