5
5
/* Note that `#pageAction-markdown_here` is an `<image>`, so the `width` can be
6
6
set directly. */
7
7
# pageAction-markdown_here {
8
- list-style-image : url ("resource://markdown_here_common/images/icon14.png" );
8
+ list-style-image : url ("resource://markdown_here_common/images/icon14-button-monochrome .png" );
9
9
width : 14px ;
10
10
height : 14px ;
11
11
}
12
12
13
13
@media (min-resolution : 2dppx ) {
14
14
# pageAction-markdown_here {
15
- list-style-image : url ("resource://markdown_here_common/images/icon14@2x .png" );
15
+ list-style-image : url ("resource://markdown_here_common/images/icon28-button-monochrome .png" );
16
16
}
17
17
}
18
18
22
22
*/
23
23
24
24
# context-markdown_here {
25
- list-style-image : url ("resource://markdown_here_common/images/icon16.png" );
25
+ list-style-image : url ("resource://markdown_here_common/images/icon16-monochrome .png" );
26
26
}
27
27
28
28
@media (min-resolution : 2dppx ) {
29
29
# context-markdown_here {
30
- list-style-image : url ("resource://markdown_here_common/images/icon16@2x .png" );
30
+ list-style-image : url ("resource://markdown_here_common/images/icon32-monochrome .png" );
31
31
}
32
32
}
33
33
50
50
/* This also controls how the icon will look in the toolbar customize palette. */
51
51
52
52
# toolbarButton-markdown_here {
53
- list-style-image : url ("resource://markdown_here_common/images/icon24.png" );
53
+ list-style-image : url ("resource://markdown_here_common/images/icon24-button-monochrome .png" );
54
54
}
55
55
56
56
@media (min-resolution : 2dppx ) {
57
57
# toolbarButton-markdown_here {
58
- list-style-image : url ("resource://markdown_here_common/images/icon24@2x .png" );
58
+ list-style-image : url ("resource://markdown_here_common/images/icon48-button-monochrome .png" );
59
59
}
60
60
}
61
61
62
62
# toolbarButton-markdown_here [disabled = "true" ] {
63
- list-style-image : url ("resource://markdown_here_common/images/icon24-bw .png" );
63
+ list-style-image : url ("resource://markdown_here_common/images/icon24-button-disabled .png" );
64
64
}
65
65
66
66
@media (min-resolution : 2dppx ) {
67
67
# toolbarButton-markdown_here [disabled = "true" ] {
68
- list-style-image : url ("resource://markdown_here_common/images/icon24-bw@2x .png" );
68
+ list-style-image : url ("resource://markdown_here_common/images/icon48-button-disabled .png" );
69
69
}
70
70
}
71
71
72
72
/* The "small" icon toolbar, which is the standard. */
73
73
74
74
toolbar [iconsize = "small" ] # toolbarButton-markdown_here {
75
- list-style-image : url ("resource://markdown_here_common/images/icon16.png" );
75
+ list-style-image : url ("resource://markdown_here_common/images/icon16-button-monochrome .png" );
76
76
}
77
77
78
78
@media (min-resolution : 2dppx ) {
79
79
toolbar [iconsize = "small" ] # toolbarButton-markdown_here {
80
- list-style-image : url ("resource://markdown_here_common/images/icon16@2x .png" );
80
+ list-style-image : url ("resource://markdown_here_common/images/icon32-button-monochrome .png" );
81
81
}
82
82
}
83
83
84
84
toolbar [iconsize = "small" ] # toolbarButton-markdown_here [disabled = "true" ] {
85
- list-style-image : url ("resource://markdown_here_common/images/icon16-bw .png" );
85
+ list-style-image : url ("resource://markdown_here_common/images/icon16-button-disabled .png" );
86
86
}
87
87
88
88
@media (min-resolution : 2dppx ) {
89
89
toolbar [iconsize = "small" ] # toolbarButton-markdown_here [disabled = "true" ] {
90
- list-style-image : url ("resource://markdown_here_common/images/icon16-bw@2x .png" );
90
+ list-style-image : url ("resource://markdown_here_common/images/icon32-button-disabled .png" );
91
91
}
92
92
}
93
93
@@ -100,7 +100,7 @@ toolbar[iconsize="small"] #toolbarButton-markdown_here[disabled="true"] {
100
100
/* The "normal" size, which is small. */
101
101
102
102
# composeToolbarButton-markdown_here {
103
- list-style-image : url ("resource://markdown_here_common/images/icon16.png" );
103
+ list-style-image : url ("resource://markdown_here_common/images/icon16-button-monochrome .png" );
104
104
}
105
105
106
106
# composeToolbarButton-markdown_here > .toolbarbutton-icon {
@@ -110,14 +110,14 @@ toolbar[iconsize="small"] #toolbarButton-markdown_here[disabled="true"] {
110
110
111
111
@media (min-resolution : 2dppx ) {
112
112
# composeToolbarButton-markdown_here {
113
- list-style-image : url ("resource://markdown_here_common/images/icon16@2x .png" );
113
+ list-style-image : url ("resource://markdown_here_common/images/icon32-button-monochrome .png" );
114
114
}
115
115
}
116
116
117
117
/* The "large" size. This is available in Thunderbird+Xubuntu and Postbox. */
118
118
119
119
toolbar [iconsize = "large" ] # composeToolbarButton-markdown_here {
120
- list-style-image : url ("resource://markdown_here_common/images/icon24.png" );
120
+ list-style-image : url ("resource://markdown_here_common/images/icon24-button-monochrome .png" );
121
121
}
122
122
123
123
toolbar [iconsize = "large" ] # composeToolbarButton-markdown_here > .toolbarbutton-icon {
@@ -127,7 +127,7 @@ toolbar[iconsize="large"] #composeToolbarButton-markdown_here > .toolbarbutton-i
127
127
128
128
@media (min-resolution : 2dppx ) {
129
129
toolbar [iconsize = "large" ] # composeToolbarButton-markdown_here {
130
- list-style-image : url ("resource://markdown_here_common/images/icon24@2x .png" );
130
+ list-style-image : url ("resource://markdown_here_common/images/icon48-button-monochrome .png" );
131
131
}
132
132
}
133
133
@@ -137,7 +137,7 @@ toolbar[iconsize="large"] #composeToolbarButton-markdown_here > .toolbarbutton-i
137
137
*/
138
138
139
139
# formatToolbarButton-markdown_here {
140
- list-style-image : url ("resource://markdown_here_common/images/icon16.png" );
140
+ list-style-image : url ("resource://markdown_here_common/images/icon16-button-monochrome .png" );
141
141
}
142
142
143
143
# formatToolbarButton-markdown_here > .toolbarbutton-icon {
@@ -147,6 +147,6 @@ toolbar[iconsize="large"] #composeToolbarButton-markdown_here > .toolbarbutton-i
147
147
148
148
@media (min-resolution : 2dppx ) {
149
149
# formatToolbarButton-markdown_here {
150
- list-style-image : url ("resource://markdown_here_common/images/icon16@2x .png" );
150
+ list-style-image : url ("resource://markdown_here_common/images/icon32-button-monochrome .png" );
151
151
}
152
152
}
0 commit comments