mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Update placeholder rules for modern browsers
This commit is contained in:
parent
81188e8ef6
commit
09482aed7b
1 changed files with 10 additions and 13 deletions
|
@ -7,6 +7,16 @@
|
||||||
--link-color: #50a656;
|
--link-color: #50a656;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Samsung Internet <7.0 and Microsoft Edge support (yes, both of them use webkit prefix) */
|
||||||
|
::-webkit-input-placeholder {
|
||||||
|
color: rgba(0, 0, 0, 0.35);
|
||||||
|
}
|
||||||
|
|
||||||
|
::placeholder {
|
||||||
|
color: rgba(0, 0, 0, 0.35);
|
||||||
|
opacity: 1; /* fix opacity in Firefox */
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -180,19 +190,6 @@ kbd {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-placeholder {
|
|
||||||
color: rgba(0, 0, 0, 0.35);
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-input-placeholder {
|
|
||||||
color: rgba(0, 0, 0, 0.35);
|
|
||||||
}
|
|
||||||
|
|
||||||
:-ms-input-placeholder {
|
|
||||||
color: rgba(0, 0, 0, 0.35) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#js-copy-hack,
|
#js-copy-hack,
|
||||||
#loading pre,
|
#loading pre,
|
||||||
#help,
|
#help,
|
||||||
|
|
Loading…
Reference in a new issue