Skip to content

Commit f369968

Browse files
committed
tray tab & box shadows
1 parent f81ad52 commit f369968

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

img/junto.png

1.67 KB
Loading

img/tray_tab.png

331 Bytes
Loading

less/chatClient.less

+10-9
Original file line numberDiff line numberDiff line change
@@ -82,30 +82,30 @@
8282
width: 300px;
8383
height: 100%;
8484
background: #424242;
85+
box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.23), -2px 10px 10px rgba(0, 0, 0, 0.19);
8586

8687
.chat-button {
8788
position: absolute;
88-
top: 60%;
89-
left: -40px;
90-
width: 40px;
91-
height: 40px;
92-
border-top-left-radius: 5px;
93-
border-bottom-left-radius: 5px;
94-
background: #424242 url(/img/chat32.png) no-repeat 5px 4px;
89+
top: 50%;
90+
left: -36px;
91+
width: 36px;
92+
height: 49px;
93+
background: url(/img/junto.png) no-repeat 2px 9px, url(/img/tray_tab.png) no-repeat;
9594

9695
.chat-unread {
9796
display: none;
9897
background: #DAB539;
9998
position: absolute;
100-
top: -10px;
101-
left: -10px;
99+
top: -3px;
100+
left: -11px;
102101
width: 20px;
103102
height: 20px;
104103
border-radius: 11px;
105104
border: 2px solid #424242;
106105
color: #424242;
107106
text-align: center;
108107
font-size: 12px;
108+
font-weight: bold;
109109
line-height: 20px;
110110
}
111111
}
@@ -278,6 +278,7 @@
278278
margin-top: 12px;
279279
padding: 2px 8px 0;
280280
text-align: left;
281+
281282
}
282283

283284
.chat-message-time {

0 commit comments

Comments
 (0)