comparison firefoxaddon/template/skin/overlay.css_tmpl @ 0:9869cf47fcf8 default tip

initial commit of Firefox addon template
author k0s <k0scist@gmail.com>
date Sun, 28 Mar 2010 16:25:58 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9869cf47fcf8
1 /* This is just an example. You shouldn't do this. */
2 #${package}-hello
3 {
4 color: red ! important;
5 }
6 #${package}-toolbar-button
7 {
8 list-style-image: url("chrome://${package}/skin/toolbar-button.png");
9 -moz-image-region: rect(0px 24px 24px 0px);
10 }
11 #${package}-toolbar-button:hover
12 {
13 -moz-image-region: rect(24px 24px 48px 0px);
14 }
15 [iconsize="small"] #${package}-toolbar-button
16 {
17 -moz-image-region: rect( 0px 40px 16px 24px);
18 }
19 [iconsize="small"] #${package}-toolbar-button:hover
20 {
21 -moz-image-region: rect(24px 40px 40px 24px);
22 }