blob: 140f32e5626106f4005cd50f5f5b74295122e7fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* This file is for your main application css. */
.custom_active {
color: #fff;
background-color: #080808;
}
.have_unread {
color: #fff;
font-weight: bold;
}
.conn_establishing {
color: #999;
}
.shard_uri {
display: inline-block;
max-width: 400px;
overflow: hidden;
text-overflow:ellipsis;
font: monospace;
}
|