Style the ::placeholder text to make it lighter.
This commit is contained in:
parent
c976f3f079
commit
4d6fb84239
@ -3,7 +3,6 @@
|
||||
https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51
|
||||
http://paletton.com/#uid=53f0u0knsvIdILAj5Cftgu3uBmZ
|
||||
*/
|
||||
/* $font-path: "../fonticons/fonts/" !default; */
|
||||
#converse-embedded-chat {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
@ -10,11 +10,10 @@
|
||||
https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51
|
||||
http://paletton.com/#uid=53f0u0knsvIdILAj5Cftgu3uBmZ
|
||||
*/
|
||||
/* $font-path: "../fonticons/fonts/" !default; */
|
||||
@font-face {
|
||||
font-family: 'Converse-js';
|
||||
src: url("/fonticons/fonts/icomoon.eot?wvi0ht");
|
||||
src: url("/fonticons/fonts/icomoon.eot?wvi0ht#iefix") format("embedded-opentype"), url("/fonticons/fonts/icomoon.ttf?wvi0ht") format("truetype"), url("/fonticons/fonts/icomoon.woff?wvi0ht") format("woff"), url("/fonticons/fonts/icomoon.svg?wvi0ht#icomoon") format("svg");
|
||||
src: url("../fonticons/fonts/icomoon.eot?wvi0ht");
|
||||
src: url("../fonticons/fonts/icomoon.eot?wvi0ht#iefix") format("embedded-opentype"), url("../fonticons/fonts/icomoon.ttf?wvi0ht") format("truetype"), url("../fonticons/fonts/icomoon.woff?wvi0ht") format("woff"), url("../fonticons/fonts/icomoon.svg?wvi0ht#icomoon") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
.icon-conversejs {
|
||||
@ -1164,6 +1163,9 @@
|
||||
#conversejs {
|
||||
width: 100%;
|
||||
width: 100vw; } }
|
||||
#converse-embedded-chat ::placeholder,
|
||||
#conversejs ::placeholder {
|
||||
color: #BBB; }
|
||||
#converse-embedded-chat .circle,
|
||||
#conversejs .circle {
|
||||
border-radius: 50%; }
|
||||
|
@ -20,6 +20,10 @@
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: #BBB;
|
||||
}
|
||||
|
||||
.circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user