Statistics
| Branch: | Revision:

root / src / pithos / skin / overlay.css @ 46:f16f6e0e5b69

History | View | Annotate | Download (678 Bytes)

1
/* This is just an example.  You shouldn't do this. */
2
#pithosfirefoxclient-hello
3
{
4
  color: red ! important;
5
}
6
#pithosfirefoxclient-toolbar-button
7
{
8
  list-style-image: url("chrome://pithosfirefoxclient/skin/toolbar-button.png");
9
  -moz-image-region: rect(0px 24px 24px 0px);
10
}
11
#pithosfirefoxclient-toolbar-button:hover
12
{
13
  -moz-image-region: rect(24px 24px 48px  0px);
14
}
15
[iconsize="small"] #pithosfirefoxclient-toolbar-button
16
{
17
  -moz-image-region: rect( 0px 40px 16px 24px);
18
}
19
[iconsize="small"] #pithosfirefoxclient-toolbar-button:hover
20
{
21
  -moz-image-region: rect(24px 40px 40px 24px);
22
}
23

    
24
#pithos-file-manager {
25
                list-style-image: url("chrome://pithos/skin/pithos.png")
26
}