Fix missing placeholder prefixes and make styles consistent for Morning and Zenburn
This commit is contained in:
parent
b07ec94bc3
commit
4501c9f4f1
@ -46,11 +46,6 @@ body {
|
|||||||
padding: 15px 16px;
|
padding: 15px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .search::-webkit-input-placeholder {
|
|
||||||
color: #99a2b4;
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Borders */
|
/* Borders */
|
||||||
#chat .from,
|
#chat .from,
|
||||||
#windows .header,
|
#windows .header,
|
||||||
@ -235,3 +230,22 @@ body {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Form elements */
|
||||||
|
|
||||||
|
#chat-container ::-moz-placeholder {
|
||||||
|
color: #99a2b4;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat-container ::-webkit-input-placeholder {
|
||||||
|
color: #99a2b4;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat-container :-ms-input-placeholder {
|
||||||
|
color: #99a2b4;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* End form elements */
|
||||||
|
@ -72,11 +72,6 @@ body {
|
|||||||
padding: 15px 16px;
|
padding: 15px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .search::-webkit-input-placeholder {
|
|
||||||
color: #d2d39b;
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Borders */
|
/* Borders */
|
||||||
#chat .from,
|
#chat .from,
|
||||||
#windows .header,
|
#windows .header,
|
||||||
@ -261,3 +256,22 @@ body {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Form elements */
|
||||||
|
|
||||||
|
#chat-container ::-moz-placeholder {
|
||||||
|
color: #d2d39b;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat-container ::-webkit-input-placeholder {
|
||||||
|
color: #d2d39b;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat-container :-ms-input-placeholder {
|
||||||
|
color: #d2d39b;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* End form elements */
|
||||||
|
Loading…
Reference in New Issue
Block a user