Plugin Keys: Add tooltip to show message that this plugin can't get key count from Ingress
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user