Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Minor problems solved
Browse files Browse the repository at this point in the history
  • Loading branch information
mesacarlos committed Mar 28, 2019
1 parent 55a5fa1 commit c931f91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions src/chat/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,21 @@ dt {
text-align: center;
}

.forcefullwidth{
width: 100% !important;
}

.whitecolor{
color: white;
}

/* Chenge sidebar selected friend color */
/* Change sidebar selected friend color */
.active{
color: black !important;
background-color: #EBEBEB !important;
}

/* Chenge sidebar not-selected friend color */
/* Change sidebar not-selected friend color */
.noactive{
color: white !important;
background-color: #9c84ff !important;
Expand Down
5 changes: 2 additions & 3 deletions src/chat/two-people-chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
<div class="well">
<h5 class="centered whitecolor">Friend list</h5>
<p style="text-align:center;">Please select a friend before you start chatting</p>
<div class="list-group list-group-flush" id="friends" style="width: 100%">
<button type="button" class="list-group-item list-group-item-action active">Cras justo odio</button>
<button type="button" class="list-group-item list-group-item-action">Dapibus ac facilisis in</button>
<div class="list-group list-group-flush forcefullwidth" id="friends">
<button type="button" class="list-group-item list-group-item-action noactive" disabled>Loading, please wait...</button>
</div>
</div>
</div>
Expand Down

0 comments on commit c931f91

Please sign in to comment.