nice green highlights
parent
1c9d61d731
commit
4c82d86092
|
@ -52,6 +52,12 @@ a:visited {
|
||||||
color: #76cfa6;
|
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.
|
/* 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
|
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.
|
flexbox to adapt to the new size and cause the view to keep growing.
|
||||||
|
|
|
@ -23,7 +23,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_SearchBar_input {
|
.mx_SearchBar_input {
|
||||||
display: inline block;
|
display: inline block;
|
||||||
border-radius: 3px;
|
border-radius: 3px 0px 0px 3px;
|
||||||
border: 1px solid #f0f0f0;
|
border: 1px solid #f0f0f0;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
|
@ -35,6 +35,7 @@ limitations under the License.
|
||||||
.mx_SearchBar_searchButton {
|
.mx_SearchBar_searchButton {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
border-radius: 0px 3px 3px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_SearchBar_button {
|
.mx_SearchBar_button {
|
||||||
|
|
Loading…
Reference in New Issue