ux(): changed tooltip style

This commit is contained in:
Torkel Ödegaard 2016-04-12 13:00:33 -04:00
parent e822fad505
commit 9868edb138
4 changed files with 5 additions and 5 deletions

View File

@ -102,7 +102,6 @@ function(angular, _) {
value.current = null;
value.options = null;
});
};
p.hasChanges = function() {

View File

@ -10,7 +10,7 @@
<span class="pluginlist-title">{{plugin.name}}</span>
<span class="pluginlist-version">v{{plugin.info.version}}</span>
</a>
<a class="pluginlist-message pluginlist-message--update" ng-show="plugin.hasUpdate" ng-click="ctrl.updateAvailable(plugin, $event)" bs-tooltip="plugin.latestVersion">
<a class="pluginlist-message pluginlist-message--update" ng-show="plugin.hasUpdate" ng-click="ctrl.updateAvailable(plugin, $event)" bs-tooltip="'New version: ' + plugin.latestVersion">
Update available!
</a>
<span class="pluginlist-message pluginlist-message--enable" ng-show="!plugin.enabled && !plugin.hasUpdate">

View File

@ -252,12 +252,12 @@ $popover-help-color: $text-color;
// Tooltips and popovers
// -------------------------
$tooltipColor: $text-color;
$tooltipBackground: $dark-5;
$tooltipColor: $popover-help-color;
$tooltipBackground: $popover-help-bg;
$tooltipArrowWidth: 5px;
$tooltipArrowColor: $tooltipBackground;
$tooltipLinkColor: $link-color;
$graph-tooltip-bg: $dark-5;
$graph-tooltip-bg: $dark-4;
// images
$checkboxImageUrl: '../img/checkbox.png';

View File

@ -26,6 +26,7 @@
text-align: center;
text-decoration: none;
background-color: $tooltipBackground;
border-radius: 4px;
}
// Arrows