Hide things that aren't wired up yet

This commit is contained in:
David Baker 2015-07-23 19:18:12 -07:00
parent 02846c4fff
commit 79c2a5abd6
6 changed files with 20 additions and 9 deletions

11
skins/base/css/hide.css Normal file
View file

@ -0,0 +1,11 @@
.mx_RoomDropTarget,
.mx_RoomList_favourites_label,
.mx_RoomList_archive_label,
.mx_LeftPanel_hideButton,
.mx_RoomHeader_search,
.mx_RoomSettings_encrypt,
.mx_CreateRoom_encrypt,
.mx_RightPanel_filebutton
{
display: none !important;
}