Commit 9868edb1 by Torkel Ödegaard

ux(): changed tooltip style

parent e822fad5
......@@ -102,7 +102,6 @@ function(angular, _) {
value.current = null;
value.options = null;
});
};
p.hasChanges = function() {
......
......@@ -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">
......
......@@ -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';
......
......@@ -26,6 +26,7 @@
text-align: center;
text-decoration: none;
background-color: $tooltipBackground;
border-radius: 4px;
}
// Arrows
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment