root / trunk / web / dojo / dojox / atom / widget / templates / css / HtmlFeedViewerEntry.css
History | View | Annotate | Download (1.33 KB)
1 | 9 | andrej.cim | .feedViewerEntry {
|
---|---|---|---|
2 | background: #F0F0F0; |
||
3 | padding: 2px; |
||
4 | overflow-x: auto; |
||
5 | overflow-y: auto; |
||
6 | cursor: pointer; |
||
7 | } |
||
8 | .feedViewerEntry:hover { |
||
9 | background: #a6c2e7; |
||
10 | padding: 2px; |
||
11 | } |
||
12 | .feedViewerEntrySelected {
|
||
13 | color: #000000; |
||
14 | background: #C0C0C0; |
||
15 | text-align: left; |
||
16 | vertical-align: top; |
||
17 | padding-bottom: 2px; |
||
18 | padding: 2px; |
||
19 | } |
||
20 | .feedViewerEntrySelected:hover { |
||
21 | background: #a6c2e7; |
||
22 | padding: 2px; |
||
23 | } |
||
24 | .feedViewerEntryUpdated {
|
||
25 | text-align: left; |
||
26 | vertical-align: top; |
||
27 | color: #909090; |
||
28 | padding-bottom: 2px; |
||
29 | padding: 2px; |
||
30 | } |
||
31 | .feedViewerEntryUpdatedSelected {
|
||
32 | text-align: left; |
||
33 | vertical-align: top; |
||
34 | color: #000000; |
||
35 | padding-bottom: 2px; |
||
36 | padding: 2px; |
||
37 | } |
||
38 | .feedViewerEntryTitle {
|
||
39 | color:#000000; |
||
40 | text-align: left; |
||
41 | text-decoration:none; |
||
42 | padding-left: 4px; |
||
43 | padding-bottom: 2px; |
||
44 | } |
||
45 | .feedViewerEntryTitle:hover { |
||
46 | color:#000000; |
||
47 | text-align: left; |
||
48 | text-decoration:underline; |
||
49 | padding-left: 4px; |
||
50 | padding-bottom: 2px; |
||
51 | } |
||
52 | .feedViewerDeleteButton {
|
||
53 | cursor: pointer; |
||
54 | color:#0000FF; |
||
55 | text-align: left; |
||
56 | font-size: small; |
||
57 | } |
||
58 | .feedViewerDeleteButton:hover { |
||
59 | text-decoration: underline; |
||
60 | } |