/** * TableFilter v0.0.0 by Max Guglielmi * build date: 2015-08-09T12:32:52.610Z * MIT License */ /** * mytheme theme overrides */ table.TF { border-left: 1px dotted #81963b !important; border-top: none !important; border-right: 0 !important; border-bottom: none !important; } table.TF th { background: #39424b url("images/bg_headers.jpg") left top repeat-x !important; border-bottom: 0 !important; border-right: 1px dotted #d0d0d0 !important; border-left: 0 !important; border-top: 0 !important; padding: 0 4px 0 4px !important; color: #fff !important; height: 35px !important; } table.TF td { border-bottom: 1px dotted #81963b; border-right: 1px dotted #81963b; padding: 5px !important; } .fltrow { background-color: #81963b !important; } .fltrow th, .fltrow td { border-bottom: 1px dotted #39424b !important; border-right: 1px dotted #fff !important; border-left: 0 !important; border-top: 0 !important; padding: 1px 3px 1px 3px !important; } .flt, select.flt, select.flt_multi, .flt_s, .single_flt, .div_checklist { border: 1px solid #687830 !important; } input.flt { width: 99% !important; } .inf { background: #d8d8d8; height: $min-height; } input.reset { width: 53px; background: transparent url("images/btn_filter.png") center center no-repeat !important; } .helpBtn:hover { background-color: transparent; } .nextPage { background: transparent url("images/btn_next_page.gif") center center no-repeat !important; } .previousPage { background: transparent url("images/btn_previous_page.gif") center center no-repeat !important; } .firstPage { background: transparent url("images/btn_first_page.gif") center center no-repeat !important; } .lastPage { background: transparent url("images/btn_last_page.gif") center center no-repeat !important; } div.grd_Cont { background: #81963b url("images/bg_headers.jpg") left top repeat-x !important; border: 1px solid #ccc !important; padding: 0 1px 1px 1px !important; } div.grd_Cont .even { background-color: #bccd83; } div.grd_Cont .odd { background-color: #fff; } div.grd_headTblCont { background-color: #ebecee !important; border-bottom: none !important; } div.grd_tblCont table { border-right: none !important; } div.grd_tblCont table td { border-bottom: 1px dotted #81963b; border-right: 1px dotted #81963b; } div.grd_tblCont table th, div.grd_headTblCont table th { background: transparent url("images/bg_headers.jpg") 0 0 repeat-x !important; border-bottom: 0 !important; border-right: 1px dotted #d0d0d0 !important; border-left: 0 !important; border-top: 0 !important; padding: 0 4px 0 4px !important; color: #fff !important; height: 35px !important; } /* filters cells */ div.grd_headTblCont table td { border-bottom: 1px dotted #39424b !important; border-right: 1px dotted #fff !important; border-left: 0 !important; border-top: 0 !important; background-color: #81963b !important; padding: 1px 3px 1px 3px !important; } .grd_inf { background-color: #d8d8d8; border-top: 1px solid #d0d0d0 !important; } .loader { border: 0 !important; background: #81963b !important; } .defaultLoader { width: 32px; height: 32px; background: transparent url("images/img_loading.gif") 0 0 no-repeat !important; } .even { background-color: #bccd83; } .odd { background-color: #fff; } span.expClpFlt a.btnExpClpFlt:hover { background-color: transparent !important; }