nice green highlights

This commit is contained in:
Matthew Hodgson 2015-12-11 01:35:05 +00:00
parent 1c9d61d731
commit 4c82d86092
2 changed files with 8 additions and 1 deletions

View file

@ -52,6 +52,12 @@ a:visited {
color: #76cfa6;
}
input[type=text]:focus, textarea:focus, .mx_RoomSettings textarea:focus {
border: 1px solid #76CFA6;
outline: none;
box-shadow: none;
}
/* XXX: critical hack to GeminiScrollbar to allow them to work in FF 42 and Chrome 48.
Stop the scrollbar view from pushing out the container's overall sizing, which causes
flexbox to adapt to the new size and cause the view to keep growing.