~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/extjs/resources/css/visual/list-view.css

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

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