This repository has been archived by the owner on Jan 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdark-theme.css
107 lines (86 loc) · 1.8 KB
/
dark-theme.css
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
.conversationHeader.wireball-app
{
background: #212121 !important;
}
#emptyStateView
{
background: #212121 !important;
}
#userProfile
{
background: #212121 !important;
}
#mainView
{
background: #212121 !important;
}
#leftBar
{
background: #212121 !important;
border-right: 1px solid #1b1b1b !important;
}
#list
{
background: #212121 !important;
}
.conversation_item.selected.conversations-view,
.conversation_item.conversations-view:hover
{
background: #1b1b1b !important;
}
#startChatButton.wireball-app:hover,
#startChatButton.wireball-app:focus
{
background: #1b1b1b !important;
}
.info.conversations-view h3.conversations-view
{
color: #9E9E9E !important;
}
#startChatButtonString.wireball-app
{
color: #9E9E9E !important;
}
#contentContainer
{
background: #212121 !important;
}
#createIncognito.wb-new-conversation-view:hover,
#createIncognito.wb-new-conversation-view:focus
{
background: #1b1b1b !important;
}
.layout.vertical.wb-profile-row
{
color: #9E9E9E !important;
}
.input-content.paper-input-container label,
.input-content.paper-input-container .paper-input-label
{
color: #9E9E9E !important;
}
#header.wb-new-conversation-view .toolbar.wb-new-conversation-view
{
border-bottom: 1px solid #1b1b1b !important;
}
#header.wb-new-conversation-view
{
padding-bottom: 0 !important;
}
app-header-layout.wb-new-conversation-view[has-scrolling-region] > #contentContainer.app-header-layout
{
margin-top: 143px !important;
}
#createIncognito.wb-new-conversation-view
{
color: #9E9E9E !important;
}
.contact.wb-contact-list:hover,
.contact.wb-contact-list:focus
{
background: #1b1b1b !important;
}
conversations-view:not(.message-hidden) .conversation_item.selected.conversations-view, .conversation_item.conversations-view:hover
{
background-color: #1b1b1b !important;
}