~ubuntu-branches/ubuntu/hardy/foxyproxy/hardy-updates

« back to all changes in this revision

Viewing changes to chrome/content/foxyproxy.css

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-04-09 13:55:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080409135500-x7u28czocbidxpmg
Tags: 2.7.2-0ubuntu1
* New upstream release. (LP: #212875)
* Improved packaging to make use of xpi.mk
* debian/control: 
  - Updated Maintainer field according to DebianMaintainerField spec
  - s/IceWeasel/Firefox/ in description
* debian/copyright: 
  - Updated copyright years
  - Updated packaging copyright
  - Added notice about xpi.mk packaging
  - Getting the source differs for this upload, added notice
* install.rdf: Bumped maxVersion to 3.0.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url(chrome://global/skin/);
 
2
 
 
3
tree {min-height: 50px;}
 
4
/*treechildren::-moz-tree-row(grey) {
 
5
  background-color: rgb(80%, 80%, 80%);
 
6
}*/
 
7
 
 
8
#foxyproxy-button-1[mode="patterns"],
 
9
#foxyproxy-context-menu-1[mode="patterns"],
 
10
#foxyproxy-tools-menu-1[mode="patterns"],
 
11
#foxyproxy-status-icon[mode="patterns"]
 
12
  {list-style-image: url("chrome://foxyproxy/content/images/patterns.gif");}
 
13
 
 
14
#foxyproxy-button-1[mode="static"],
 
15
#foxyproxy-context-menu-1[mode="static"],
 
16
#foxyproxy-tools-menu-1[mode="static"],
 
17
#foxyproxy-status-icon[mode="static"]
 
18
        {list-style-image: url("chrome://foxyproxy/content/images/static.gif");}
 
19
 
 
20
#foxyproxy-button-1[mode="disabled"],
 
21
#foxyproxy-context-menu-1[mode="disabled"],
 
22
#foxyproxy-tools-menu-1[mode="disabled"],
 
23
#foxyproxy-status-icon[mode="disabled"]
 
24
  {list-style-image: url("chrome://foxyproxy/content/images/disabled.gif");}
 
25
 
 
26
#foxyproxy-button-1[mode="random"],
 
27
#foxyproxy-context-menu-1[mode="random"],
 
28
#foxyproxy-tools-menu-1[mode="random"],
 
29
#foxyproxy-status-icon[mode="random"]
 
30
  {list-style-image: url("chrome://foxyproxy/content/images/random.gif");}
 
31
 
 
32
#foxyproxy-button-1[mode="patterns"][animated="true"],
 
33
#foxyproxy-context-menu-1[mode="patterns"][animated="true"],
 
34
#foxyproxy-tools-menu-1[mode="patterns"][animated="true"],
 
35
#foxyproxy-status-icon[mode="patterns"][animated="true"]
 
36
  {list-style-image: url("chrome://foxyproxy/content/images/patterns-ani.gif");}
 
37
 
 
38
#foxyproxy-button-1[mode="static"][animated="true"],
 
39
#foxyproxy-context-menu-1[mode="static"][animated="true"],
 
40
#foxyproxy-tools-menu-1[mode="static"][animated="true"],
 
41
#foxyproxy-status-icon[mode="static"][animated="true"]
 
42
  {list-style-image: url("chrome://foxyproxy/content/images/static-ani.gif");}
 
43
 
 
44
#foxyproxy-button-1[mode="random"][animated="true"],
 
45
#foxyproxy-context-menu-1[mode="random"][animated="true"],
 
46
#foxyproxy-tools-menu-1[mode="random"][animated="true"],
 
47
#foxyproxy-status-icon[mode="random"][animated="true"]
 
48
  {list-style-image: url("chrome://foxyproxy/content/images/random-ani.gif");}
 
49
 
 
50
.foxyproxybutton
 
51
  {-moz-image-region: rect(0px 24px 24px 0px);}
 
52
 
 
53
.foxyproxybutton:hover
 
54
  {-moz-image-region: rect(24px 24px 48px 0px);}
 
55
 
 
56
[iconsize="small"] .foxyproxybutton
 
57
  {-moz-image-region: rect(0px 40px 16px 24px);}
 
58
 
 
59
[iconsize="small"] .foxyproxybutton:hover
 
60
  {-moz-image-region: rect(16px 40px 32px 24px);}
 
61
 
 
62
.foxyproxybutton-small
 
63
  {-moz-image-region: rect(0px 40px 16px 24px);}
 
64
 
 
65
.foxyproxybutton-small:hover
 
66
  {-moz-image-region: rect(16px 40px 32px 24px);}
 
67
 
 
68
treechildren::-moz-tree-checkbox(checked) {
 
69
  /* css for checked cells */
 
70
  list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
 
71
}
 
72
 
 
73
#up-button {
 
74
  list-style-image: url("chrome://foxyproxy/content/images/up.gif");
 
75
}
 
76
#down-button {
 
77
  list-style-image: url("chrome://foxyproxy/content/images/down.gif");
 
78
}
 
79
 
 
80
#foxyproxy-image {
 
81
  cursor: pointer;
 
82
  list-style-image: url("chrome://foxyproxy/content/images/foxyproxy-with-copy.gif");
 
83
}
 
84
 
 
85
.heading {text-decoration: underline; font-weight:bold;}
 
86
 
 
87
.foxyproxy-ref {
 
88
        list-style-image: url("chrome://foxyproxy/content/images/info.png");
 
89
        max-width: 32px;
 
90
        padding-left: 6px;
 
91
}
 
92
.red { color: red; }
 
93
.purple { color: purple; }
 
94
.blue { color: blue; }
 
95
.orange { color: #E78500; }
 
96
 
 
97
.foxyproxy-tooltip {
 
98
        text-align: justify;
 
99
        margin: 1em;
 
100
}
 
101
.foxyproxy-border {
 
102
        border: thin black solid;
 
103
}
 
 
b'\\ No newline at end of file'