added info icon as ling to options page

This commit is contained in:
Kendall Werts
2020-02-18 10:04:33 -06:00
parent b9084a9990
commit 18ed7237f0
3 changed files with 20 additions and 0 deletions
+16
View File
@@ -1190,4 +1190,20 @@ input {
#manage-assigned-sites-list {
color: #5A9DE6;
}
#info-icon {
position: absolute;
right: 13px;
top: 13px;
font-size: 10px;
height: 14px;
width: 14px;
border: solid 1px #000;
border-radius: 7px;
cursor: pointer;
text-align: center;
color: #000;
text-decoration: none;
font-weight: bold;
}