forked from cgaspard/rocketchat-cleantheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rocket.css
71 lines (57 loc) · 1.03 KB
/
rocket.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
.rc-message-box__container {
background-color:#FFF;
}
.border-component-color {
border-color: #CECECE !important;
}
.rooms-list__type {
/*cursor:pointer;*/
}
.rooms-list .badge {
display:none;
margin-left: .5rem;
margin-right: .5rem;
}
.sidebar__header {
padding-top: 15px;
}
.formatting-tips {
display:none !important;
}
.flex-tab-bar {
border-radius: 10px;
}
.fixed-title {
background-color:#f8f8f8;
border-width: 0 0 0 0;
border-bottom: 1px solid #ececec !important;
}
.messages-container .footer {
border-width: 0 0 0 0;
z-index:10;
background-color: #f8f8f8;
}
.messages-container .message-form textarea {
background-color: #FFF;
}
.messages-container .message-form .users-typing {
background-color: transparent;
}
.flex-tab-container:hover {
opacity: 1;
}
.flex-tab-container {
position: absolute;
right: 20px;
padding-top: 10px;
border: 0px solid #efefef;
transition: .5s;
opacity: .1;
height: calc(80%);
}
.autogrow-shadow {
display:none;
}
.message-actions {
right:3.4rem;
}