summarylogtreecommitdiffstats
path: root/wechat-nativefier.css
blob: a0aeecf547cb4c510562e9a35b1a67855f598096 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.copyright {
    display: none !important;
}

.main {
    height: 100% !important;
    padding-top: 0 !important;
}

.main_inner {
    max-width: 100% !important;
}

.panel {
    background: #eeeae8 !important;
}

.header .info .nickname .display_name {
    color: #000 !important;
}

.search_bar .frm_search {
    background-color: #dad8d8 !important;
    color: #989898 !important;
}

.recommendation .contact_title {
    color: #000 !important;
    background-color: #ddddde !important;
}

.recommendation .contact_item {
    background-color: #e9e7e6 !important;
}

.recommendation .contact_item.on {
    background: #c6c6c6 !important;
}

.recommendation .info .nickname {
    color: #000 !important;
}

.tab {
    background: #eeeae8 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
}

.tab .tab_item.ng-scope {
    display: none;
}

.tab .tab_item::after {
    display: none !important;
}

.tab::after {
    display: none !important;
}

.chat_item {
    background-color: #e9e7e6 !important;
    border-color: #00000000 !important;
}

.chat_item.top {
    background-color: #ddddde !important;
}

.chat_item.active {
    background: #c6c6c6 !important;
}

.chat_item .info .nickname {
    color: #000 !important;
}

.chat_item.active .ext, .chat_item.active .info .msg {
    color: #989898 !important;
}

.chat_item .info .msg {
    color: #989898 !important;
}

.contact_list .contact_title {
    background: #ddddde !important;
}

.contact_list .contact_item {
    border-color: #00000000 !important;
    background-color: !important;
}

.contact_list .active {
    background: #c6c6c6 !important;
}

.contact_list .info .nickname {
    color: #000 !important;
}

.web_wechat_screencut {
    display: none !important;
}