various cosmetic fixes based on design feedback

This commit is contained in:
Matthew Hodgson 2015-10-11 17:28:36 +01:00
parent 9a8a9a4ce4
commit ba0ae5ba59
5 changed files with 21 additions and 5 deletions

View file

@ -34,6 +34,12 @@ h2 {
margin-bottom: 16px;
}
a:hover,
a:link,
a:visited {
color: #80CEF4;
}
.mx_ContextualMenu_background {
position: fixed;
top: 0;

View file

@ -72,7 +72,7 @@ limitations under the License.
}
.mx_MessageTile_highlight {
color: #00f;
color: #FF0064;
}
.mx_MessageTile_msgOption {

View file

@ -116,13 +116,16 @@ limitations under the License.
margin-top: -5px;
}
.mx_RoomHeader_nameInput {
.mx_RoomHeader_name input, .mx_RoomHeader_nameInput {
border-radius: 3px;
width: 260px;
border: 1px solid #c7c7c7;
font-weight: 300;
font-size: 14px;
padding: 9px;
}
.mx_RoomHeader_nameInput {
margin-top: 6px;
}

View file

@ -106,8 +106,6 @@ limitations under the License.
flex: 1 1 0;
width: 100%;
margin-top: 18px;
margin-bottom: 18px;
overflow-y: auto;
}