UNPKG

4.12 kBtext/stylusView Raw
1/**
2 * Default theme overrides
3 */
4
5// table
6table.TF
7 border-left 1px solid #ccc
8 border-top none
9 border-right none
10 border-bottom none
11
12 th
13 background #EBECEE url(images/bg_th.jpg) left top repeat-x
14 border-bottom 1px solid #D0D0D0
15 border-right 1px solid #D0D0D0
16 border-left 1px solid #fff
17 border-top 1px solid #fff
18 color #333
19
20 td
21 border-bottom 1px dotted #999
22 padding 5px
23
24// filters
25.fltrow
26 background-color #EBECEE !important
27 th, td
28 border-bottom 1px dotted #666 !important
29 padding 1px 3px 1px 3px !important
30
31.flt,
32select.flt,
33select.flt_multi,
34.flt_s,
35.single_flt,
36.div_checklist
37 border 1px solid #999 !important
38
39input.flt
40 width 99% !important
41
42// toolbar
43.inf
44 height $min-height
45 background #D7D7D7 url(images/bg_infDiv.jpg) 0 0 repeat-x !important
46
47// reset button
48input.reset
49 background transparent url(images/btn_eraser.gif) center center no-repeat !important
50
51.helpBtn
52 &:hover
53 background-color transparent
54
55.nextPage
56 background transparent url(images/btn_next_page.gif) center center no-repeat !important
57 &:hover
58 background transparent url(images/btn_over_next_page.gif) center center no-repeat !important
59
60.previousPage
61 background transparent url(images/btn_previous_page.gif) center center no-repeat !important
62 &:hover
63 background transparent url(images/btn_over_previous_page.gif) center center no-repeat !important
64
65.firstPage
66 background transparent url(images/btn_first_page.gif) center center no-repeat !important
67 &:hover
68 background transparent url(images/btn_over_first_page.gif) center center no-repeat !important
69
70.lastPage
71 background transparent url(images/btn_last_page.gif) center center no-repeat !important
72 &:hover
73 background transparent url(images/btn_over_last_page.gif) center center no-repeat !important
74
75// grid-layout
76
77// main container
78div.grd_Cont
79 background-color #EBECEE !important
80 border 1px solid #ccc !important
81 padding 0 !important
82
83 // bg alternating rows
84 .even
85 background-color #fff
86 .odd
87 background-color #D5D5D5
88
89//headers' table container
90div.grd_headTblCont
91 background-color #EBECEE !important
92 border-bottom none !important
93
94 table
95 border-right none !important
96
97// headers
98div.grd_tblCont table th
99div.grd_headTblCont table th
100div.grd_headTblCont table td
101 background #EBECEE url(images/bg_th.jpg) left top repeat-x !important
102 border-bottom 1px solid #D0D0D0 !important
103 border-right 1px solid #D0D0D0 !important
104 border-left 1px solid #fff !important
105 border-top 1px solid #fff !important
106
107div.grd_tblCont table td
108 border-bottom 1px solid #999 !important
109
110// toolbar containing left, middle and right divs
111.grd_inf
112 background #D7D7D7 url(images/bg_infDiv.jpg) 0 0 repeat-x !important
113 border-top 1px solid #D0D0D0 !important
114
115// loader
116.loader
117 border 1px solid #999
118.defaultLoader
119 width 32px
120 height 32px
121 background transparent url(images/img_loading.gif) 0 0 no-repeat !important
122
123// alternating background rows
124.even
125 background-color #fff
126.odd
127 background-color #D5D5D5
128
129// filters visibility
130span.expClpFlt
131 a.btnExpClpFlt
132 &:hover
133 background-color transparent !important
134
135// active header
136.activeHeader
137 background: #999 !important