Plugin Keys: Add tooltip to show message that this plugin can't get key count from Ingress

This commit is contained in:
Xelio
2013-03-27 11:33:17 +08:00
parent 308cea39f8
commit 6cef4d99e4
2 changed files with 12 additions and 2 deletions

View File

@ -13,6 +13,7 @@
#keys-label {
padding: 0 4px;
cursor: help;
}
#keys-add {
@ -23,6 +24,7 @@
height: 18px !important;
border: 1px solid;
text-align: center;
cursor: help;
}
#keys-subtract {
@ -56,3 +58,9 @@
height: 100%;
left: 6px;
}
#keys-help {
font-weight: 900;
margin: 6px 3px 1px 20px !important;
cursor: help;
}