update special cards flow1.3
This commit is contained in:
@@ -1253,7 +1253,7 @@ body.lobby-page.lobby-leaderboard-dragging * {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
background: url(../Game/public/img/chat-msg-bg-alpha.png) center/100% 100% no-repeat;
|
||||
background: url(/Game/img/chat-msg-bg-alpha.png) center/100% 100% no-repeat;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
@@ -1285,7 +1285,7 @@ body.lobby-page.lobby-leaderboard-dragging * {
|
||||
min-height: 50px;
|
||||
height: 50px;
|
||||
overflow: visible;
|
||||
background: url(../Game/public/img/AI-chat-line.png) bottom repeat-x;
|
||||
background: url(/Game/img/AI-chat-line.png) bottom repeat-x;
|
||||
background-size: 100% 3px;
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -1460,7 +1460,7 @@ body.lobby-page.lobby-leaderboard-dragging * {
|
||||
#lobby-ai-chat-panel .lobby-ai-chat-msg-user {
|
||||
align-self: flex-end;
|
||||
text-align: right;
|
||||
background-image: url(../Game/public/img/chat-bubble-me.png);
|
||||
background-image: url(/Game/img/chat-bubble-me.png);
|
||||
background-color: rgba(122, 162, 247, 0.2);
|
||||
color: #f787e4;
|
||||
}
|
||||
@@ -1468,7 +1468,7 @@ body.lobby-page.lobby-leaderboard-dragging * {
|
||||
#lobby-ai-chat-panel .lobby-ai-chat-msg-ai {
|
||||
align-self: flex-start;
|
||||
text-align: left;
|
||||
background-image: url(../Game/public/img/chat-bubble-friend.png);
|
||||
background-image: url(/Game/img/chat-bubble-friend.png);
|
||||
background-color: rgba(158, 206, 106, 0.2);
|
||||
color: #f2f8ff;
|
||||
}
|
||||
@@ -1480,7 +1480,7 @@ body.lobby-page.lobby-leaderboard-dragging * {
|
||||
padding: 14px 18px;
|
||||
min-height: 28px;
|
||||
flex-shrink: 0;
|
||||
background-image: url(../Game/public/img/chat-bubble-friend.png);
|
||||
background-image: url(/Game/img/chat-bubble-friend.png);
|
||||
background-color: rgba(158, 206, 106, 0.32);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user