~ubuntu-branches/ubuntu/maverick/all-in-one-sidebar/maverick-security

« back to all changes in this revision

Viewing changes to chrome/aios.jar!/skin/_coloredlist.css

  • Committer: Bazaar Package Importer
  • Author(s): Sveinung Kvilhaugsvik
  • Date: 2008-11-19 00:50:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081119005002-hhtw2s4nue7xhn47
Tags: 0.7.6-0ubuntu1
* new upstream release (LP: #297708)
* contens of chrome no longer shipped in jar file (LP: #217037)
* No longer list firefox-2 as alternate dependency (LP: #272959)
* Added watchfile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
        div. Status-M�glichkeiten der Downloads
 
3
        
 
4
        state="-1"      =>      download-starting
 
5
        state="0"       =>      download-downloading
 
6
        state="1"       =>      download-done
 
7
        state="2"       =>      download-failed
 
8
        state="3"       =>      download-canceled
 
9
        state="4"       =>      download-paused
 
10
*/
 
11
 
 
12
/*
 
13
        installieren, aktivieren, upgraden, downloaden
 
14
*/
 
15
richlistitem[opType="needs-install"]:not([selected=true]),
 
16
richlistitem[opType="needs-enable"]:not([selected=true]),
 
17
richlistitem[opType="needs-upgrade"]:not([selected=true]),
 
18
richlistitem[availableUpdateURL^="http"]:not([selected=true]),
 
19
 
 
20
download[state="-1"]:not([selected=true]),
 
21
download[state="0"]:not([selected=true]),
 
22
download[state="4"]:not([selected=true]),
 
23
 
 
24
richlistitem[state="-1"]:not([selected=true]),
 
25
richlistitem[state="0"]:not([selected=true]),
 
26
richlistitem[state="4"]:not([selected=true]) {
 
27
        background-color: #ECFFEC;
 
28
}
 
29
 
 
30
 
 
31
richlistitem[opType="needs-install"] > *,
 
32
richlistitem[opType="needs-enable"] > *,
 
33
richlistitem[opType="needs-upgrade"] > *,
 
34
richlistitem[availableUpdateURL^="http"] > *,
 
35
 
 
36
download[state="-1"]:not([selected=true]) > *,
 
37
download[state="0"]:not([selected=true]) > *,
 
38
download[state="4"]:not([selected=true]) > *,
 
39
 
 
40
richlistitem[state="-1"]:not([selected=true]) > *,
 
41
richlistitem[state="0"]:not([selected=true]) > *,
 
42
richlistitem[state="4"]:not([selected=true]) > * {
 
43
        color: #006600;
 
44
}
 
45
 
 
46
 
 
47
/* 
 
48
        deinstallieren, deaktivieren, inkompatibel, fehlgeschlagene und abgebrochene Downloads
 
49
*/
 
50
richlistitem[opType="needs-uninstall"]:not([selected=true]),
 
51
richlistitem[opType="needs-disable"]:not([selected=true]),
 
52
richlistitem[compatible="false"],
 
53
 
 
54
download[state="2"]:not([selected=true]),
 
55
download[state="3"]:not([selected=true]),
 
56
 
 
57
richlistitem[state="2"]:not([selected=true]),
 
58
richlistitem[state="3"]:not([selected=true]) {
 
59
        background-color: #FFECEC;
 
60
}
 
61
 
 
62
 
 
63
richlistitem[opType="needs-uninstall"] > *,
 
64
richlistitem[opType="needs-disable"] > *,
 
65
richlistitem[compatible="false"] > *,
 
66
 
 
67
download[state="2"]:not([selected=true]),
 
68
download[state="3"]:not([selected=true]),
 
69
 
 
70
richlistitem[state="2"]:not([selected=true]),
 
71
richlistitem[state="3"]:not([selected=true]) {
 
72
        color: #660000;
 
73
}
 
 
b'\\ No newline at end of file'