show ongoing audio call in LeftPanel CSS

pull/2056/head
Matthew Hodgson 2016-09-01 00:14:32 +01:00
parent 56dfdbeb6b
commit 735da3c15e
1 changed files with 11 additions and 1 deletions

View File

@ -12,4 +12,14 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
*/
.mx_CallView_voice {
background-color: #76cfa6;
color: #fff;
cursor: pointer;
text-align: center;
padding: 6px;
font-weight: bold;
font-size: 13px;
}