UNPKG

4.58 kBtext/stylusView Raw
1/**
2 * mytheme theme overrides
3 */
4
5// table
6table.TF
7 border-left 1px dotted #81963B
8 border-top none
9 border-right 0
10 border-bottom none
11
12 th
13 background #39424B url(images/bg_headers.jpg) left top repeat-x
14 border-bottom 0
15 border-right 1px dotted #D0D0D0
16 border-left 0
17 border-top 0
18 color #fff
19
20 td
21 border-bottom 1px dotted #81963B
22 border-right 1px dotted #81963B
23 padding 5px
24
25// filters
26.fltrow
27 background-color #81963B !important
28
29 th, td
30 border-bottom 1px dotted #39424B !important
31 border-right 1px dotted #fff !important
32 border-left 0 !important
33 border-top 0 !important
34 padding 1px 3px 1px 3px !important
35
36.flt,
37select.flt,
38select.flt_multi,
39.flt_s, .single_flt,
40.div_checklist
41 border 1px solid #687830 !important
42
43input.flt
44 width 99% !important
45
46// toolbar
47.inf
48 background #D8D8D8
49 height $min-height
50
51// reset button
52input.reset
53 width 53px
54 background transparent url(images/btn_filter.png) center center no-repeat !important
55
56.helpBtn
57 &:hover
58 background-color transparent
59
60// paging
61.nextPage
62 background transparent url(images/btn_next_page.gif) center center no-repeat !important
63
64.previousPage
65 background transparent url(images/btn_previous_page.gif) center center no-repeat !important
66
67.firstPage
68 background transparent url(images/btn_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
73// grid-layout
74
75// main container
76div.grd_Cont
77 background #81963B url(images/bg_headers.jpg) left top repeat-x !important
78 border 1px solid #ccc !important
79 padding 0 1px 1px 1px !important
80
81 // alternating background color rows
82 .even
83 background-color #BCCD83
84
85 .odd
86 background-color #fff
87
88// headers' table container
89div.grd_headTblCont
90 background-color #EBECEE !important
91 border-bottom none !important
92
93div.grd_tblCont table
94 border-right none !important
95
96 td
97 border-bottom 1px dotted #81963B
98 border-right 1px dotted #81963B
99
100// headers
101div.grd_tblCont table th,
102div.grd_headTblCont table th
103 background transparent url(images/bg_headers.jpg) 0 0 repeat-x !important
104 border-bottom 0 !important;
105 border-right 1px dotted #D0D0D0 !important
106 border-left 0 !important
107 border-top 0 !important
108 padding 0 4px 0 4px !important
109 color #fff !important
110 height 35px !important
111
112
113/* filters cells */
114div.grd_headTblCont table td
115 border-bottom 1px dotted #39424B !important
116 border-right 1px dotted #fff !important
117 border-left 0 !important
118 border-top 0 !important
119 background-color #81963B !important
120 padding 1px 3px 1px 3px !important
121
122// div containing left, middle and right divs
123.grd_inf
124 background-color #D8D8D8
125 border-top 1px solid #D0D0D0 !important
126
127// loader
128.loader
129 border 0 !important
130 background #81963b !important
131
132.defaultLoader
133 width 32px
134 height 32px
135 background transparent url(images/img_loading.gif) 0 0 no-repeat !important
136
137// alternating backgrounds
138.even
139 background-color #BCCD83
140
141.odd
142 background-color #fff
143
144// filters visibility
145span.expClpFlt
146 a.btnExpClpFlt
147 &:hover
148 background-color transparent !important
149
150// active header
151.activeHeader
152 background: #81963b !important