Usage tooltips added for 2 x paths, with CSS also

This commit is contained in:
Matt Pass
2015-04-29 08:56:56 +01:00
parent af86a93993
commit 4ee4ab9247
3 changed files with 8 additions and 5 deletions

View File

@@ -33,4 +33,5 @@ input:focus {
box-shadow: 0 0 10px 1px rgba(0,198,255,0.7);
}
.githubManager {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px}
.githubManager {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px}
.githubManager .info {font-size: 10px; color: rgba(0,198,255,0.7); cursor: help}