igf_grid.css
来自「一个JSF的商业组件的DEMO,infragistics-netadvantag」· CSS 代码 · 共 114 行
CSS
114 行
/*=======================================================*/
/* BLUE THEME */
/*=======================================================*/
.igGrid {
background-color: white;
border: 1px solid #A9B9CD;
border-bottom: 0px solid silver;
border-collapse: collapse;
color:#07465D;
empty-cells: show;
}
.igGridHeader {
background-color: #CC0066;
border-bottom: 1px solid #C1C1C1;
background-image:url(webgrid/igwg_gridheader.gif);
background-position:center;
color : #052684;
font-weight: bold;
padding: 5px 10px 5px 10px;
white-space: nowrap;
}
.igGridFooter {
border-bottom: 1px solid #C1C1C1;
white-space: nowrap;
}
.igGridColumn {
border-bottom: 1px solid silver;
padding: 5px 10px 5px 10px;
white-space: nowrap;
}
.igGridColumnCaret {
background-color: red;
width: 2px;
}
.igGridColumnHeader {
background-color: #e6e6e6;
border-bottom: 1px solid #C1C1C1;
padding: 5px 10px 5px 10px;
font-weight: bold;
text-align: left;
color : #052684;
white-space: nowrap;
}
.igGridColumnHeader A IMG
{
vertical-align: middle;
}
.igGridColumnHeader A {
color : #052684;
text-decoration:none;
}
.igGridColumnHeader A:hover {
color : #052684;
text-decoration:underline;
}
.igGridColumnFooter {
background-color: #e6e6e6;
border-bottom: 1px solid #C1C1C1;
padding: 5px 10px 5px 10px;
font-weight: bold;
text-align: left;
color : #052684;
white-space: nowrap;
}
.igGridRow {
}
.igGridRowAlternate {
background-color: #fafafa;
}
.igGridRowHover {
/*background-color: #f1f1f1;*/
background-image:url(webgrid/igwg_rowhover.gif);
background-position:center;
background-repeat:repeat-x;
}
.igGridRowSelected {
background-color: #316AC5;
color: white;
}
.igGridRowExpanded {
padding: 0px 0px 0px 32px;
}
.igGridCell {
}
.igGridCellSelected {
background-color: #316AC5;
color: white;
border-bottom: 1px solid silver;
padding: 5px 10px 5px 10px;
white-space: nowrap;
}
.igGridCellEdit {
font-family:Verdana,Geneva,Arial,Helvetica,Sans-Serif;
font-size:8pt;
padding: 4px 8px 4px 8px;
color:#07465D;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?