forked from Mirrors/freeswitch
FS-8229 [verto_communicator] Changing moderator actions bullet menu color to #333
This commit is contained in:
parent
721ea6dceb
commit
2512deb50b
@ -118,6 +118,10 @@ button.btn i {
|
||||
color: #F45A5A;
|
||||
}
|
||||
|
||||
.mdi-navigation-more-vert.dark {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.incall-number {
|
||||
font-weight: bold;
|
||||
padding-top: 22px;
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="pull-right action-buttons chat-members-action" ng-show="verto.data.confRole == 'moderator'">
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-xs dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="mdi-navigation-more-vert" style="margin-right: 0px;"></i>
|
||||
<i class="mdi-navigation-more-vert dark" style="margin-right: 0px;"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu slidedown pull-right">
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user