mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
17 lines
289 B
CSS
17 lines
289 B
CSS
/**
|
|
* Conversations list pane
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.conversations-page-container .conversations-list-box {
|
|
max-height: 100%;
|
|
}
|
|
|
|
.conversations-page-container .conversations-list-box ul {
|
|
max-height: 100%;
|
|
}
|
|
|
|
.conversations-page-container a.selected {
|
|
background: #f7f7f7;
|
|
} |