Padding fixes and icons for tab headers

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-01-09 17:13:14 +01:00
Родитель 876d44a161
Коммит 8c9c127c49
1 изменённых файлов: 28 добавлений и 0 удалений

Просмотреть файл

@ -751,6 +751,34 @@ video {
display: inline-block;
}
/* START: move padding fixes and icons-for-tabs capability into core */
.tabHeaders .tabHeader {
padding: 12px;
padding-left: 32px;
background-position: 12px;
background-repeat: no-repeat;
opacity: .5;
}
.tabHeaders .tabHeader a {
color: #000;
}
.tabHeaders .tabHeader.selected,
.tabHeaders .tabHeader:hover,
.tabHeaders .tabHeader:focus {
opacity: 1;
}
#tabHeaderChat {
background-image: url('../../../core/img/actions/comment.svg?v=1');
}
#tabHeaderParticipants {
background-image: url('../../../core/img/places/contacts-dark.svg?v=1');
}
/* END: move padding fixes and icons-for-tabs capability into core */
#app-sidebar.hidden {
display: none !important;
}