Skip to content

Commit

Permalink
settings css, version
Browse files Browse the repository at this point in the history
  • Loading branch information
adewey committed Nov 11, 2015
1 parent d2bada9 commit 7b1c95b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,27 @@ span.glyphicon.glyphicon-minus {
min-width: 120px;
}

.form-control-feedback {
top: 0;
right: 35px;
width: auto;
height: auto;
font-size: 10px;
color: #a94442;
}

.button:hover {
background-color: rgba(169, 68, 66, 1);
}

#settings-button span.badge {
position: absolute;
top: -5px;
left: 12px;
font-weight: normal;
border: 1px solid black;
}

.button {
cursor: pointer;
color: #111;
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "isaactracker",
"main": "app.html",
"productName": "isaactracker",
"version": "2.1.2",
"version": "v2.1.3",
"description": "An item tracker for The Binding of Isaac: Afterbirth.",
"window": {
"icon": "favicon.ico",
Expand Down

0 comments on commit 7b1c95b

Please sign in to comment.