~ubuntu-branches/ubuntu/karmic/all-in-one-sidebar/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sveinung Kvilhaugsvik
  • Date: 2009-08-04 19:25:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804192510-u4bm1ehm9ve4zdne
Tags: 0.7.10-0ubuntu1
* new upstream release (LP: #398535)
* list firefox-3.5 as alternate dependency
* depend on ${misc:Depends} to fix lintian warning
* changed maintainer field do to change in rules
* merged all-in-one-sidebar 0.7.4-0ubuntu2
   + replace current watchfile with the one from it
   + add the change log entry from it
   + discard it's other changes
* bump standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/*#commandBarBottom toolbarbutton image, #commandBarBottom button image {
3
 
        opacity: 0.7;
4
 
}
5
 
 
6
 
#commandBarBottom toolbarbutton:hover image, #commandBarBottom toolbarbutton:active image, #commandBarBottom toolbarbutton[checked="true"],
7
 
#commandBarBottom button:hover image, #commandBarBottom button:active image, #commandBarBottom button[checked="true"] {
8
 
        opacity: 1;
9
 
}*/
10
 
 
11
 
richlistitem[selected=true] {
12
 
        background: #E6ECF2 url(chrome://mozapps/skin/downloads/downloadSelected.png) repeat scroll top !important;
13
 
}
14
 
 
15
 
#extensionsView[staticHint] richlistitem[selected=true] {       /* Fx3 */
16
 
        background: #E6ECF2 url(chrome://mozapps/skin/shared/itemSelected.png) repeat scroll top !important;
17
 
}
18
 
 
19
 
 
20
 
#aios-toolsButton {
21
 
        list-style-image: url(images/tools.png) !important;
22
 
}
23
 
 
24
 
#menuitem_install {
25
 
        list-style-image: url(smallIcons/options.png);
26
 
}
27
 
#menuitem_install[disabled=true] {
28
 
        list-style-image: url(smallIcons/options_dis.png);
29
 
}
30
 
 
31
 
menuitem[command="cmd_checkUpdate"],
32
 
menuitem[command="cmd_checkUpdatesAll"] {
33
 
        list-style-image: url(smallIcons/ok.png);
34
 
}
35
 
menuitem[command="cmd_checkUpdate"][disabled=true], 
36
 
menuitem[command="cmd_checkUpdatesAll"][disabled=true] {
37
 
        list-style-image: url(smallIcons/ok_dis.png);
38
 
}
39
 
 
40
 
#menuitem_restart {
41
 
        list-style-image: url(smallIcons/resume.png);
42
 
}
43
 
#menuitem_restart[disabled=true] {
44
 
        list-style-image: url(smallIcons/resume_dis.png);
45
 
}
46
 
 
47
 
menuitem[command="cmd_options"] {
48
 
        list-style-image: url(smallIcons/tools.png);
49
 
}
50
 
menuitem[command="cmd_options"][disabled=true] {
51
 
        list-style-image: url(smallIcons/tools_dis.png);
52
 
}
53
 
 
54
 
menuitem[command="cmd_homepage"] {
55
 
        list-style-image: url(smallIcons/home.png);
56
 
}
57
 
 
58
 
menuitem[command="cmd_about"] {
59
 
        list-style-image: url(smallIcons/info.png);
60
 
}
61
 
 
62
 
menuitem[command="cmd_enable"], 
63
 
menuitem[command="cmd_useTheme"],
64
 
menuitem[command="cmd_cancelUninstall"] {
65
 
        list-style-image: url(smallIcons/ok.png);
66
 
}
67
 
menuitem[command="cmd_enable"][disabled=true], 
68
 
menuitem[command="cmd_useTheme"][disabled=true],
69
 
menuitem[command="cmd_cancelUninstall"][disabled=true] {
70
 
        list-style-image: url(smallIcons/ok_dis.png);
71
 
}
72
 
 
73
 
menuitem[command="cmd_disable"] {
74
 
        list-style-image: url(smallIcons/disable.png);
75
 
}
76
 
menuitem[command="cmd_disable"][disabled=true] {
77
 
        list-style-image: url(smallIcons/disable_dis.png);
78
 
}
79
 
 
80
 
menuitem[command="cmd_uninstall"] {
81
 
        list-style-image: url(smallIcons/uninstall.png);
82
 
}
83
 
menuitem[command="cmd_uninstall"][disabled=true] {
84
 
        list-style-image: url(smallIcons/uninstall_dis.png);
85
 
}
86
 
 
87
 
menuitem.link {
88
 
        list-style-image: url(smallIcons/page.png);
89
 
}
90
 
 
91
 
 
92
 
/*
93
 
        Mac-OS-X-Fix
94
 
*/
95
 
#main-menubar {
96
 
        display: none !important;
97
 
}
 
 
b'\\ No newline at end of file'