aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator/twsidebar/chrome/content/twsidebar.css
blob: 7081ea25a4ea7d1305390c84a823a8327bc040fe (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#tw-anekos-sb-tab-panels {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.tw-anekos-sb-plugin-tweet-panel {
  background-color: floralwhite !important;
  font-size: %Config.fontSize%px;
  padding-top: 2px;
  padding-left: 2px;
}

.tw-anekos-sb-plugin-tweet-protected {
  background-color: lightgray !important;
}

.tw-anekos-sb-plugin-tweet-DM-my {
  background-color: darkred !important;
  color: white !important;
}

.tw-anekos-sb-plugin-tweet-retweet-my {
  background-color: aqua !important;
}

.tw-anekos-sb-plugin-tweet-favorite-my {
  background-color: pink !important;
}

.tw-anekos-sb-plugin-tweet-reply-my {
  background-color: yellow !important;
}

.tw-anekos-sb-plugin-tweet-normal-my {
  background-color: yellow !important;
}

.tw-anekos-sb-plugin-tweet-keyword {
  background-color: lightgreen !important;
}

.tw-anekos-sb-plugin-tweet-filter {
  background-color: #66cdaa !important;
}

.tw-anekos-sb-plugin-tweet-list-member-added-my {
  background-color: lightskyblue !important;
}

.tw-anekos-sb-plugin-tweet-follow,
.tw-anekos-sb-plugin-tweet-follow-my {
  background-color: lightsalmon !important;
}