mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Style selection color
This commit is contained in:
parent
bede9a814b
commit
12157edd62
1 changed files with 10 additions and 0 deletions
|
@ -228,3 +228,13 @@ input[type=text]:focus, textarea:focus {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background-color: #76CFA6;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: #76CFA6;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue