1
@import url("../Styles/main.css");
5
.x-outgoingItem .x-timeStamp
10
.x-outgoingItem .x-myBubble .x-indicator
12
background: url("../images/yellowIndicator.png") no-repeat top left;
15
.x-outgoingItem .x-tableBubble .x-tl
17
background: url("../images/yellowCurves.png") no-repeat top left;
20
.x-outgoingItem .x-tableBubble .x-tr
22
background: url("../images/yellowCurves.png") no-repeat top right;
25
.x-outgoingItem .x-tableBubble .x-head
27
background: url("../images/yellowCurves.png") no-repeat -10px 0;
30
.x-outgoingItem .x-tableBubble .x-message
32
background: url("../images/yellowBackground.png") repeat-y top left;
35
.x-outgoingItem .x-tableBubble .x-messageRight
37
background: url("../images/yellowBackground.png") repeat-y top right;
40
.x-outgoingItem .x-tableBubble .x-bl
42
background: url("../images/yellowCurves.png") no-repeat bottom left;
45
.x-outgoingItem .x-tableBubble .x-br
47
background: url("../images/yellowCurves.png") no-repeat bottom right;
50
.x-outgoingItem .x-followUp
52
background-color: #f4f0a7;
53
border-bottom: 1px solid #fff;
58
.x-incomingItem .x-timeStamp
63
.x-incomingItem .x-myBubble .x-indicator
65
background: url("../images/blueIndicator.png") no-repeat top left;
68
.x-incomingItem .x-tableBubble .x-tl
70
background: url("../images/blueCurves.png") no-repeat top left;
73
.x-incomingItem .x-tableBubble .x-tr
75
background: url("../images/blueCurves.png") no-repeat top right;
78
.x-incomingItem .x-tableBubble .x-head
80
background: url("../images/blueCurves.png") no-repeat -10px 0;
83
.x-incomingItem .x-tableBubble .x-message
85
background: url("../images/blueBackground.png") repeat-y top left;
88
.x-incomingItem .x-tableBubble .x-messageRight
90
background: url("../images/blueBackground.png") repeat-y top right;
93
.x-incomingItem .x-tableBubble .x-bl
95
background: url("../images/blueCurves.png") no-repeat bottom left;
98
.x-incomingItem .x-tableBubble .x-br
100
background: url("../images/blueCurves.png") no-repeat bottom right;
103
.x-incomingItem .x-followUp
105
background-color: #ddf0fe;
106
border-bottom: 1px solid #fff;
110
.firstFocus .x-timeStamp:before
112
background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
117
background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));