Merge pull request #513 in FS/freeswitch from ~VICTORTORRES/freeswitch-fs-7445:bugfix/FS-8229-moderator-actions-bullets-menu-color to master
* commit '2512deb50be574e340d5d402f34f22b7b4324ed4': FS-8229 [verto_communicator] Changing moderator actions bullet menu color to #333
This commit is contained in:
commit
19db32df0a
|
@ -118,6 +118,10 @@ button.btn i {
|
||||||
color: #F45A5A;
|
color: #F45A5A;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdi-navigation-more-vert.dark {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
.incall-number {
|
.incall-number {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-top: 22px;
|
padding-top: 22px;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<div class="pull-right action-buttons chat-members-action" ng-show="verto.data.confRole == 'moderator'">
|
<div class="pull-right action-buttons chat-members-action" ng-show="verto.data.confRole == 'moderator'">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button type="button" class="btn btn-xs dropdown-toggle" data-toggle="dropdown">
|
<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>
|
</button>
|
||||||
<ul class="dropdown-menu slidedown pull-right">
|
<ul class="dropdown-menu slidedown pull-right">
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue