Darker background for selected folder (issue #2337)
[pithos-web-client] / src / gr / grnet / pithos / web / client / PithosCellTreeBasic.css
1 /*
2  * Copyright 2010 Google Inc.
3  * 
4  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5  * use this file except in compliance with the License. You may obtain a copy of
6  * the License at
7  * 
8  * http://www.apache.org/licenses/LICENSE-2.0
9  * 
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13  * License for the specific language governing permissions and limitations under
14  * the License.
15  */
16 .cellTreeWidget {
17 }
18
19 @sprite .cellTreeEmptyMessage {
20   gwt-image: 'cellTreeLoadingBasic';
21   padding-left: 16px;
22   width: 0px;
23   font-style: italic;
24   color: #4085A5;
25 }
26
27 .cellTreeItem {
28   padding-top: 4px;
29   padding-bottom: 4px;
30   cursor: hand;
31   cursor: pointer;
32   zoom: 1;
33 }
34
35 .cellTreeItemImage {
36         padding-top: 5px;
37 }
38
39 .cellTreeItemImageValue {
40   zoom: 1;
41 }
42
43 .cellTreeItemValue {
44   padding-left: 3px;
45   padding-right: 3px;
46   outline: none;
47 }
48
49 .cellTreeItemValue img {
50         vertical-align: middle;
51 }
52
53 .cellTreeItem:HOVER {
54         background-color: #A1C8DA;
55 }
56
57 .cellTreeOpenItem {
58 }
59
60 .cellTreeTopItem {
61   
62 }
63
64 .cellTreeTopItemImage {
65   
66 }
67
68 .cellTreeTopItemImageValue {
69   
70 }
71
72 .cellTreeKeyboardSelectedItem {
73   outline: none;
74 }
75
76 .cellTreeSelectedItem {
77   color: #d45500;
78   background-color: #A1C8DA;
79 /*   background-color: #BCD7E3;
80  */  height: auto;
81   overflow: visible;
82 }
83
84 .cellTreeShowMoreButton {
85   padding-left: 16px;
86   outline: none;
87 }