1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-27 19:12:52 +02:00
TableFilter/dist/tablefilter/style/themes/skyblue/skyblue.css
2015-08-09 22:36:28 +10:00

182 lines
4.3 KiB
CSS

/**
* TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-08-09T12:32:52.610Z
* MIT License
*/
/**
* skyblue theme overrides
*/
table.TF {
padding: 0;
color: #000;
border-right: 1px solid #a4bed4;
border-top: 1px solid #a4bed4;
border-left: 1px solid #a4bed4;
border-bottom: 0;
}
table.TF th {
margin: 0;
padding: 5px;
color: inherit;
background: #d1e5fe url("images/bg_skyblue.gif") 0 0 repeat-x;
border-color: #fdfdfd #a4bed4 #a4bed4 #fdfdfd;
border-width: 1px;
border-style: solid;
}
table.TF td {
margin: 0;
padding: 5px;
color: inherit;
border-bottom: 1px solid #a4bed4;
border-left: 0;
border-top: 0;
border-right: 0;
}
.fltrow {
background-color: #d1e5fe !important;
}
.fltrow th,
.fltrow td {
border-top: 1px dotted #666 !important;
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 #a4bed4 !important;
}
input.flt {
width: 99% !important;
}
.inf {
background-color: #e3efff !important;
border: 1px solid #a4bed4;
height: $min-height;
color: #004a6f;
}
div.tot,
div.status {
border-right: 0 !important;
}
.helpBtn:hover {
background-color: transparent;
}
input.reset {
background: transparent url("images/icn_clear_filters.png") center center no-repeat !important;
}
.nextPage {
background: transparent url("images/btn_next_page.gif") center center no-repeat !important;
border: 1px solid transparent !important;
}
.nextPage:hover {
background: #ffe4ab url("images/btn_next_page.gif") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
.previousPage {
background: transparent url("images/btn_prev_page.gif") center center no-repeat !important;
border: 1px solid transparent !important;
}
.previousPage:hover {
background: #ffe4ab url("images/btn_prev_page.gif") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
.firstPage {
background: transparent url("images/btn_first_page.gif") center center no-repeat !important;
border: 1px solid transparent !important;
}
.firstPage:hover {
background: #ffe4ab url("images/btn_first_page.gif") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
.lastPage {
background: transparent url("images/btn_last_page.gif") center center no-repeat !important;
border: 1px solid transparent !important;
}
.lastPage:hover {
background: #ffe4ab url("images/btn_last_page.gif") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
.activeHeader {
background: #ffe4ab !important;
border: 1px solid #ffb552 !important;
color: inherit !important;
}
div.grd_Cont {
background-color: #d9eaed !important;
border: 1px solid #9cc !important;
padding: 0 !important;
}
div.grd_Cont .even {
background-color: #fff;
}
div.grd_Cont .odd {
background-color: #e3efff;
}
div.grd_headTblCont {
background-color: #d9eaed !important;
border-bottom: none !important;
}
div.grd_tblCont table {
border-right: none !important;
}
div.grd_tblCont table th,
div.grd_headTblCont table th,
div.grd_headTblCont table td {
background: #d9eaed url("images/bg_skyblue.gif") left top repeat-x;
border-bottom: 1px solid #a4bed4;
border-right: 1px solid #a4bed4 !important;
border-left: 1px solid #fff !important;
border-top: 1px solid #fff !important;
}
div.grd_tblCont table td {
border-bottom: 1px solid #a4bed4 !important;
border-right: 0 !important;
border-left: 0 !important;
border-top: 0 !important;
}
.grd_inf {
background-color: #cce2fe;
color: #004a6f;
border-top: 1px solid #9cc !important;
}
.grd_inf a {
text-decoration: none;
font-weight: bold;
}
.loader {
background-color: #2d8eef;
border: 1px solid #cce2fe;
border-radius: 5px;
}
.even {
background-color: #fff;
}
.odd {
background-color: #e3efff;
}
span.expClpFlt a.btnExpClpFlt:hover {
background-color: transparent !important;
}
.ezActiveRow {
background-color: #ffdc61 !important;
color: inherit;
}
.ezSelectedRow {
background-color: #ffe4ab !important;
color: inherit;
}
.ezActiveCell {
background-color: #fff !important;
color: #000 !important;
font-weight: bold;
}
.ezETSelectedCell {
background-color: #fff !important;
font-weight: bold;
color: #000 !important;
}