source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-access/list-view.css
@
81
| Revision 76, 878 bytes checked in by djay, 14 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | /*! |
| 2 | * Ext JS Library 3.4.0 |
| 3 | * Copyright(c) 2006-2011 Sencha Inc. |
| 4 | * licensing@sencha.com |
| 5 | * http://www.sencha.com/license |
| 6 | */ |
| 7 | .x-list-header{ |
| 8 | background-color:#393d4e; |
| 9 | background-image:url(../images/access/toolbar/bg.gif); |
| 10 | background-position:0 top; |
| 11 | } |
| 12 | |
| 13 | .x-list-header-inner div em { |
| 14 | border-left-color:#667; |
| 15 | font:normal 14px arial, tahoma, helvetica, sans-serif; |
| 16 | line-height: 14px; |
| 17 | } |
| 18 | |
| 19 | .x-list-body-inner { |
| 20 | background-color:#1B232B; |
| 21 | } |
| 22 | |
| 23 | .x-list-body dt em { |
| 24 | font:normal 14px arial, tahoma, helvetica, sans-serif; |
| 25 | } |
| 26 | |
| 27 | .x-list-over { |
| 28 | background-color:#7E5530; |
| 29 | } |
| 30 | |
| 31 | .x-list-selected { |
| 32 | background-color:#E5872C; |
| 33 | } |
| 34 | |
| 35 | .x-list-resizer { |
| 36 | border-left-color:#555; |
| 37 | border-right-color:#555; |
| 38 | } |
| 39 | |
| 40 | .x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { |
| 41 | background-image:url(../images/access/grid/sort-hd.gif); |
| 42 | border-color: #3e4e6c; |
| 43 | } |
Note: See TracBrowser
for help on using the repository browser.