nice green highlights

pull/499/head
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.

View File

@ -23,7 +23,7 @@ limitations under the License.
.mx_SearchBar_input {
display: inline block;
border-radius: 3px;
border-radius: 3px 0px 0px 3px;
border: 1px solid #f0f0f0;
font-size: 15px;
padding: 9px;
@ -35,6 +35,7 @@ limitations under the License.
.mx_SearchBar_searchButton {
cursor: pointer;
margin-right: 10px;
border-radius: 0px 3px 3px 0px;
}
.mx_SearchBar_button {