File tree Expand file tree Collapse file tree 3 files changed +22
-10
lines changed
Expand file tree Collapse file tree 3 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 2222 </ style >
2323</ head >
2424< body >
25- < div id ="pivot " style ="position: fixed; left: 20%; top: 30%; width: 60%; height: 60%; ">
25+ < div id ="pivot " style ="position: fixed; left: 20%; top: 30%; width: 60%; height: 60%;
26+ box-shadow: 0 0 20px rgb(135, 135, 135); ">
2627
2728 </ div >
2829 < div > Variants:
Original file line number Diff line number Diff line change 22 position : relative;
33 width : 100% ;
44 height : 100% ;
5- box-shadow : 0 0 30px rgb (136 , 160 , 255 );
65 border-radius : 5px ;
76 background : white;
87 overflow : hidden;
159158}
160159
161160.lpt > .tableContainer tbody .fixedHeader th : last-child : hover {
162- background : # e2c8ff ;
161+ /*background: #e2c8ff;*/
162+ background : # FFEEAA ;
163+ box-shadow : inset 0 0 15px # FFFFFF ;
163164}
164165
165166.lpt th {
166- background : # C0CDFF ;
167+ /*background: #C0CDFF;*/
168+ background : # F0F0F0 ;
169+ box-shadow : inset 0 -5px 10px rgb (216 , 216 , 216 );
167170}
168171
169172.lpt thead tr : last-child th {
175178}
176179
177180.lpt thead tr : last-child th : first-child ~ th : hover {
178- background : # e2c8ff ;
181+ /*background: #e2c8ff;*/
182+ background : # FFEEAA ;
183+ box-shadow : inset 0 0 15px # FFFFFF ;
179184}
180185
181186.lpt td {
182- background : # E1E8FF ;
187+ /*background: #E1E8FF;*/
188+ background : # FFFFFF ;
189+ box-shadow : inset 0 0 2px rgb (216 , 216 , 216 );
183190 -webkit-transition : all .3s ease;
184191 -moz-transition : all .3s ease;
185192 -o-transition : all .3s ease;
186193 transition : all .3s ease;
187194}
188195
189196.lpt tr : hover td {
190- background : # ffe6cf ;
197+ /*background: #ffe6cf;*/
198+ background : # FFF7D7 ;
191199}
192200
193201.lpt table td : hover {
194- background : # e2c8ff ;
202+ /*background: #e2c8ff;*/
203+ background : # FFEEAA ;
195204}
196205
197206.lpt tbody > tr > th {
Original file line number Diff line number Diff line change @@ -67,8 +67,10 @@ PivotView.prototype._sizesChanged = function () {
6767 this . fixSizes ( t [ u ] . base , t [ u ] . clone ) ;
6868 }
6969 }
70- t . v . clone . style . width = "" ;
71- t . v . clone . style . zIndex = 1 ;
70+ if ( t . v . clone ) {
71+ t . v . clone . style . width = "" ;
72+ t . v . clone . style . zIndex = 1 ;
73+ }
7274 }
7375
7476} ;
You can’t perform that action at this time.
0 commit comments