1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-16 03:25:56 +00:00

Added tooltip to metadata editor and upped the version of font awesome

This commit is contained in:
Scott Tolksdorf
2017-01-14 14:35:36 -08:00
parent 5fe7c7a6d8
commit 9b936f42f3
5 changed files with 54 additions and 60 deletions

View File

@@ -13,6 +13,7 @@
cursor : pointer;
line-height : @height;
text-align : center;
.tooltipLeft("Edit Brew Metadata");
&:hover, &.selected{
background-color : #999;
}

View File

@@ -3,7 +3,7 @@ module.exports = function(vitreum){
<!DOCTYPE html>
<html>
<head>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css" rel="stylesheet" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css" />
<link rel="icon" href="/assets/homebrew/favicon.ico" type="image/x-icon" />
<title>The Homebrewery - NaturalCrit</title>