toggle-components-library 1.28.6-beta.1 → 1.28.6-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package-lock.json
CHANGED
package/package.json
CHANGED
|
@@ -982,12 +982,32 @@ $iconWidth:20px;
|
|
|
982
982
|
background-color: #FFFFFF;
|
|
983
983
|
}
|
|
984
984
|
|
|
985
|
-
.toggle-contact-search-input::placeholder
|
|
986
|
-
|
|
985
|
+
.toggle-contact-search-input::placeholder {
|
|
986
|
+
color: #C5CED8;
|
|
987
|
+
opacity: 1;
|
|
988
|
+
}
|
|
989
|
+
.toggle-contact-search-input:-ms-input-placeholder {
|
|
990
|
+
color: #C5CED8;
|
|
991
|
+
opacity: 1;
|
|
992
|
+
}
|
|
987
993
|
.toggle-contact-search-input::-ms-input-placeholder {
|
|
988
994
|
color: #C5CED8;
|
|
989
995
|
opacity: 1;
|
|
990
996
|
}
|
|
997
|
+
.toggle-contact-search-input::-webkit-input-placeholder {
|
|
998
|
+
color: #C5CED8;
|
|
999
|
+
opacity: 1;
|
|
1000
|
+
}
|
|
1001
|
+
.toggle-contact-search-input:-moz-placeholder {
|
|
1002
|
+
color: #C5CED8;
|
|
1003
|
+
opacity: 1;
|
|
1004
|
+
}
|
|
1005
|
+
.toggle-contact-search-input::-ms-placeholder {
|
|
1006
|
+
color: #C5CED8;
|
|
1007
|
+
opacity: 1;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
|
|
991
1011
|
|
|
992
1012
|
.toggle-contact-search-icon {
|
|
993
1013
|
max-width: 20px;
|