Fix Bug 42882
This commit is contained in:
parent
5a129c700d
commit
92e56f7815
|
@ -187,6 +187,10 @@
|
||||||
&.user-select {
|
&.user-select {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
&.user-select::selection {
|
||||||
|
background: #3494fb;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-reply {
|
.user-reply {
|
||||||
|
|
|
@ -80,3 +80,8 @@ input.error {
|
||||||
input[type="password"] {
|
input[type="password"] {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]::selection, textarea::selection {
|
||||||
|
background: #3494fb;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue