Add group header button css

This commit is contained in:
David Baker 2017-07-17 17:20:11 +01:00
parent 54f44af494
commit 65b9086f18

View File

@ -36,6 +36,16 @@ limitations under the License.
vertical-align: middle;
}
.mx_GroupHeader_button {
margin-left: 12px;
cursor: pointer;
}
.mx_GroupHeader_button object {
// prevents clicks from being swallowed by svg in 'object' tag
pointer-events: none;
}
.mx_GroupView_avatarPicker {
position: relative;
}