1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-01 13:32:40 +02:00
TableFilter/libs/ezEditTable/themes/default/ezDefault.css

23 lines
883 B
CSS
Raw Normal View History

2015-04-06 10:45:46 +02:00
/*====================================================
- ezEditTable default theme stylesheet
- Edit classes below for your project needs
=====================================================*/
.ezEditableTable{
border:0 !important;
border-left:1px solid #99BBE8 !important;
border-right:1px solid #99BBE8 !important;
border-bottom:1px solid #99BBE8 !important;
font:12px/13px arial, tahoma, helvetica, sans-serif !important;
}
.ezEditableTable th, td{ border:1px solid #C5D3EC !important; }
.ezEditableTable th{
background:transparent url(img/bg_col_header.gif) 0 -2px repeat-x !important;
}
/* Selection */
.ezActiveRow td{ background-color:#316AC5; color:#fff !important; }
.ezSelectedRow{ background-color:#D9E8FB !important; border:1px dotted #909090 !important; color:#000; }
/* Command type editor */
.ezCommandEditor button{ border:1px solid #C5D3EC !important; }