mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
8f16a6997a
[calendar] [mozilla 1.x] if native calendar app is available, and mozilla calendar there, show chrome to launch a native calendar, if specified by a pref. this "tasks" extension can be extended for other tasks. NOT PART OF THE BUILD r/sr/a=sspitzer
8 lines
178 B
CSS
8 lines
178 B
CSS
#mini-other-cal {
|
|
list-style-image: url("chrome://tasks/skin/taskbar-other-cal.gif");
|
|
}
|
|
|
|
.icon-other-cal16 {
|
|
list-style-image: url("chrome://tasks/skin/other-cal-16.gif");
|
|
}
|