mirror of
https://github.com/moparisthebest/mail
synced 2025-01-31 07:00:17 -05:00
change fingerprint popup title
This commit is contained in:
parent
e7cf769125
commit
5443891a79
@ -124,7 +124,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popover-info {
|
.popover-info {
|
||||||
cursor: pointer;
|
|
||||||
color: $color-blue;
|
color: $color-blue;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
@ -28,6 +28,10 @@
|
|||||||
|
|
||||||
.label {
|
.label {
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<!-- popovers -->
|
<!-- popovers -->
|
||||||
<div id="fingerprint-info" class="popover right" ng-controller="PopoverCtrl">
|
<div id="fingerprint-info" class="popover right" ng-controller="PopoverCtrl">
|
||||||
<div class="arrow"></div>
|
<div class="arrow"></div>
|
||||||
<div class="popover-title"><b>Fingerprint</b></div>
|
<div class="popover-title"><b>PGP Fingerprint</b></div>
|
||||||
<div class="popover-content">{{fingerprint}}</div>
|
<div class="popover-content">{{fingerprint}}</div>
|
||||||
</div><!--/.popover-->
|
</div><!--/.popover-->
|
||||||
</div><!--/.view-read-->
|
</div><!--/.view-read-->
|
||||||
|
Loading…
Reference in New Issue
Block a user