1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-23 16:01:07 +02:00
TableFilter/dist/tablefilter/style/themes/default/default.css

133 lines
3.4 KiB
CSS
Raw Normal View History

2015-08-05 09:10:53 +02:00
/**
* TableFilter v0.0.0 by Max Guglielmi
2015-08-09 14:36:28 +02:00
* build date: 2015-08-09T12:32:52.610Z
2015-08-05 09:10:53 +02:00
* MIT License
*/
2015-08-06 07:27:09 +02:00
/**
* Default theme overrides
*/
table.TF {
border-left: 1px solid #ccc !important;
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
}
table.TF th {
background: #ebecee url("images/bg_th.jpg") left top repeat-x !important;
border-bottom: 1px solid #d0d0d0 !important;
border-right: 1px solid #d0d0d0 !important;
border-left: 1px solid #fff !important;
border-top: 1px solid #fff !important;
padding: 2px !important;
color: #333 !important;
height: 25px !important;
}
table.TF td {
border-bottom: 1px dotted #999 !important;
padding: 5px !important;
}
.fltrow {
background-color: #ebecee !important;
}
.fltrow th,
.fltrow td {
border-bottom: 1px dotted #666 !important;
padding: 1px 3px 1px 3px !important;
}
.flt,
select.flt,
select.flt_multi,
.flt_s,
.single_flt,
.div_checklist {
border: 1px solid #999 !important;
}
input.flt {
width: 99% !important;
}
.inf {
2015-08-09 14:36:28 +02:00
height: $min-height;
background: #d7d7d7 url("images/bg_infDiv.jpg") 0 0 repeat-x !important;
2015-08-06 07:27:09 +02:00
}
input.reset {
background: transparent url("images/btn_eraser.gif") center center no-repeat !important;
}
2015-08-09 14:36:28 +02:00
.helpBtn:hover {
background-color: transparent;
2015-08-06 07:27:09 +02:00
}
.nextPage {
background: transparent url("images/btn_next_page.gif") center center no-repeat !important;
}
2015-08-09 14:36:28 +02:00
.nextPage:hover {
2015-08-06 07:27:09 +02:00
background: transparent url("images/btn_over_next_page.gif") center center no-repeat !important;
}
.previousPage {
background: transparent url("images/btn_previous_page.gif") center center no-repeat !important;
}
2015-08-09 14:36:28 +02:00
.previousPage:hover {
2015-08-06 07:27:09 +02:00
background: transparent url("images/btn_over_previous_page.gif") center center no-repeat !important;
}
.firstPage {
background: transparent url("images/btn_first_page.gif") center center no-repeat !important;
}
2015-08-09 14:36:28 +02:00
.firstPage:hover {
2015-08-06 07:27:09 +02:00
background: transparent url("images/btn_over_first_page.gif") center center no-repeat !important;
}
.lastPage {
background: transparent url("images/btn_last_page.gif") center center no-repeat !important;
}
2015-08-09 14:36:28 +02:00
.lastPage:hover {
2015-08-06 07:27:09 +02:00
background: transparent url("images/btn_over_last_page.gif") center center no-repeat !important;
}
div.grd_Cont {
background-color: #ebecee !important;
border: 1px solid #ccc !important;
padding: 0 !important;
}
div.grd_Cont .even {
background-color: #fff;
}
div.grd_Cont .odd {
background-color: #d5d5d5;
}
div.grd_headTblCont {
background-color: #ebecee !important;
border-bottom: none !important;
}
div.grd_headTblCont table {
border-right: none !important;
}
div.grd_tblCont table th,
div.grd_headTblCont table th,
div.grd_headTblCont table td {
background: #ebecee url("images/bg_th.jpg") left top repeat-x !important;
border-bottom: 1px solid #d0d0d0 !important;
border-right: 1px solid #d0d0d0 !important;
border-left: 1px solid #fff !important;
border-top: 1px solid #fff !important;
}
2015-08-09 14:36:28 +02:00
div.grd_tblCont table td {
border-bottom: 1px solid #999 !important;
}
2015-08-06 07:27:09 +02:00
.grd_inf {
background: #d7d7d7 url("images/bg_infDiv.jpg") 0 0 repeat-x !important;
border-top: 1px solid #d0d0d0 !important;
}
.loader {
border: 1px solid #999;
}
.defaultLoader {
width: 32px;
height: 32px;
background: transparent url("images/img_loading.gif") 0 0 no-repeat !important;
}
.even {
background-color: #fff;
}
.odd {
background-color: #d5d5d5;
}
2015-08-09 14:36:28 +02:00
span.expClpFlt a.btnExpClpFlt:hover {
background-color: transparent !important;
}