summaryrefslogtreecommitdiff
path: root/plugins/quickrules/skins/classic/quickrules.css
blob: 1ff5a33b28f53c8cae91e11795528622c11a9466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * QuickRules plugin styles
 */

#messagetoolbar a.quickrules,
#messagetoolbar a.quickrulesSel
{
  text-indent: -5000px;
  background-image: url(mail_toolbar.png);
}

#messagetoolbar a.quickrules
{
  background-position: 0 0;
}

#messagetoolbar a.quickrulesSel
{
  background-position: 0 -32px;
}

#rcmContextMenu .quickrules a
{
  background-image: url(messageactions.png);
  background-position: 7px 0px;
}