Skip to content

Commit

Permalink
added support for multiple string fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgd committed Apr 8, 2013
1 parent 10e6637 commit 49d14cf
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 108 deletions.
8 changes: 8 additions & 0 deletions chromeipass/chromeipass.css
Expand Up @@ -124,6 +124,9 @@
border-top: 2px solid #666666;
line-height: 110%;
}
#b2c-help {
margin-bottom: 3px;
}
.b2c-fixed-field {
position: absolute;
border: 2px solid #efefef;
Expand All @@ -146,4 +149,9 @@
border: 2px solid limegreen;
color: #efefef;
background-color:rgba(50,205,50,0.4);
}
.b2c-fixed-string-field {
border: 2px solid deepskyblue;
color: #efefef;
background-color:rgba(30,144,255,0.4);
}

0 comments on commit 49d14cf

Please sign in to comment.