Skip to content

Commit ccab5fd

Browse files
committed
Merge pull request #14 from sakshityagi/master
Overrided text color for span inside smooch widget for chat text : #115659277
2 parents f58c9be + b362d45 commit ccab5fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

widget/assets/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,8 @@ input[type=text], input[type=password], input[type=email], #sk-holder #sk-contai
107107
-moz-user-select: auto !important;
108108
-ms-user-select: auto !important;
109109
user-select: auto !important;
110+
}
111+
112+
#sk-holder span {
113+
color: #333 !important;
110114
}

0 commit comments

Comments
 (0)