Skip to content

Commit e05a339

Browse files
committed
added "info and support" button and adjusted speech-bubble colors
1 parent 5e4f7d0 commit e05a339

25 files changed

+116
-8
lines changed

www/css/sepiaFW-skin-9to5.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ html {
3535
border-color: #4B6688;
3636
}
3737

38+
#sepiaFW-chat-controls-speech-box > div {
39+
background: #4B6688;
40+
color: #fff;
41+
}
42+
3843
.sepiaFW-menu {
3944
background: #684744;
4045
color: #fff;

www/css/sepiaFW-skin-autum.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ html {
3535
border-color: #44451F;
3636
}
3737

38+
#sepiaFW-chat-controls-speech-box > div {
39+
background: #44451F;
40+
color: #fff;
41+
}
42+
3843
.sepiaFW-menu {
3944
background: #CD6859;
4045
color: #fff;

www/css/sepiaFW-skin-bytemind.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ html {
5454
background: #44c8be !important;
5555
}
5656

57+
#sepiaFW-chat-controls-speech-box > div {
58+
background: #262629;
59+
color: #fff;
60+
}
61+
5762
.sepiaFW-menu {
5863
/*background: rgba(206, 255, 26, 0.95);*/
5964
background: rgb(83, 143, 195);

www/css/sepiaFW-skin-canny.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ html {
5656
background: #FE5652 !important;
5757
}
5858

59+
#sepiaFW-chat-controls-speech-box > div {
60+
background: #2f3035;
61+
color: #f0f0f0;
62+
}
63+
5964
.sepiaFW-menu {
6065
/*background: rgba(206, 255, 26, 0.95);*/
6166
background: #f0f0f0;

www/css/sepiaFW-skin-grid.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,13 @@ html {
9696
border-radius: 3px;
9797
}
9898

99+
#sepiaFW-chat-controls-speech-box {
100+
background: rgba(24, 40, 58, 0.92);
101+
border: 1px solid #15abc3;
102+
box-shadow: 0 0 5px #15abc3;
103+
}
99104
#sepiaFW-chat-controls-speech-box > div {
100-
background: rgba(19, 38, 58, 0.92);
105+
background: transparent;
101106
color: #fff;
102107
}
103108

www/css/sepiaFW-skin-malachite.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ html {
8888
}
8989
*/
9090

91+
#sepiaFW-chat-controls-speech-box > div {
92+
background: #000;
93+
color: #fff;
94+
}
95+
9196
.sepiaFW-menu {
9297
background: #1499ae;
9398
color: #fff;

www/css/sepiaFW-skin-minimal.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ html {
3838
#sepiaFW-main-window h2 {
3939
font-weight: 300;
4040
}
41-
#sepiaFW-main-window a {
42-
color: #ceff1a;
43-
}
4441
#sepiaFW-main-window input, #sepiaFW-login-box input {
4542
background: #000;
4643
color: #fff;
@@ -110,6 +107,14 @@ html {
110107
border-radius: 3px;
111108
}
112109

110+
#sepiaFW-chat-controls-speech-box {
111+
background: rgba(0, 0, 0, 0.8);
112+
}
113+
#sepiaFW-chat-controls-speech-box > div {
114+
background: #19191b;
115+
color: #e8e8e8;
116+
}
117+
113118
.sepiaFW-menu {
114119
background: #19191b;
115120
color: #fff;

www/css/sepiaFW-skin-myMessage.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ html {
5757
background: #fff;
5858
color: #000;
5959
}
60+
61+
#sepiaFW-chat-controls-speech-box > div {
62+
background: #027BFF;
63+
color: #fff;
64+
}
65+
6066
#sepiaFW-main-window .chat-buttons-area button {
6167
color: #000;
6268
background: rgba(255, 255, 255, 0.75);

www/css/sepiaFW-skin-neo-sepia-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ html {
9999
*/
100100

101101
#sepiaFW-chat-controls-speech-box > div {
102-
background: #08a0c8;
102+
background: #101418;
103103
color: #fff;
104104
}
105105

www/css/sepiaFW-skin-neo-sepia.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ html {
6767
}
6868

6969
#sepiaFW-chat-controls-speech-box > div {
70-
background: #16abc3;
70+
background: #000;
7171
color: #fff;
7272
}
7373

0 commit comments

Comments
 (0)