~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/ext/resources/css/visual/list-view.css

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!
 
2
 * Ext JS Library 3.2.1
 
3
 * Copyright(c) 2006-2010 Ext JS, Inc.
 
4
 * licensing@extjs.com
 
5
 * http://www.extjs.com/license
 
6
 */
 
7
.x-list-header{
 
8
    background-color:#f9f9f9;
 
9
        background-image:url(../images/default/grid/grid3-hrow.gif);
 
10
}
 
11
 
 
12
.x-list-header-inner div em {
 
13
    border-left-color:#ddd;
 
14
    font:normal 11px arial, tahoma, helvetica, sans-serif;
 
15
}
 
16
 
 
17
.x-list-body dt em {
 
18
    font:normal 11px arial, tahoma, helvetica, sans-serif;
 
19
}
 
20
 
 
21
.x-list-over {
 
22
    background-color:#eee;
 
23
}
 
24
 
 
25
.x-list-selected {
 
26
    background-color:#dfe8f6;
 
27
}
 
28
 
 
29
.x-list-resizer {
 
30
    border-left-color:#555;
 
31
    border-right-color:#555;
 
32
}
 
33
 
 
34
.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
 
35
    background-image:url(../images/default/grid/sort-hd.gif);
 
36
    border-color: #99bbe8;
 
37
}
 
 
b'\\ No newline at end of file'