|
Revision 68, 470 bytes
(checked in by tsuckow, 2 years ago)
|
- enhancement: switched 2/3 branches
|
| Line | |
|---|
| 1 | .ext-ux-livegrid-drop-waiting { |
|---|
| 2 | background-image:url(../images/loading.gif) !important; |
|---|
| 3 | } |
|---|
| 4 | |
|---|
| 5 | .ext-ux-livegrid.ext-el-mask { |
|---|
| 6 | z-index:0; |
|---|
| 7 | } |
|---|
| 8 | |
|---|
| 9 | .ext-ux-livegrid .liveScroller { |
|---|
| 10 | z-index:1; |
|---|
| 11 | background:none!important; |
|---|
| 12 | position:absolute; |
|---|
| 13 | height:3px; |
|---|
| 14 | right:0px; |
|---|
| 15 | width:18px; |
|---|
| 16 | overflow:scroll; |
|---|
| 17 | overflow-x:hidden; |
|---|
| 18 | } |
|---|
| 19 | |
|---|
| 20 | .ext-ux-livegrid .liveScroller div { |
|---|
| 21 | background:none; |
|---|
| 22 | width:1px; |
|---|
| 23 | overflow:hidden; |
|---|
| 24 | font-size:1px; |
|---|
| 25 | height:0px; |
|---|
| 26 | } |
|---|