Browse Source

Fix upgrade scrollbar taking up space; add border to upgrades

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
32be84a774
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      gorge.css

+ 5
- 1
gorge.css View File

@@ -270,7 +270,7 @@ button {
max-height: 20%; max-height: 20%;
padding-bottom: 75px; padding-bottom: 75px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll;
overflow-y: overlay;
} }


#upgrade-tooltip { #upgrade-tooltip {
@@ -325,6 +325,9 @@ button {
background-color: #444; background-color: #444;
transition: 0.2s; transition: 0.2s;
text-align: center; text-align: center;
border: 2px;
border-style: solid;
border-color: black;
} }


.upgrade-button > .fas { .upgrade-button > .fas {
@@ -338,6 +341,7 @@ button {


.upgrade-button:hover { .upgrade-button:hover {
background-color: #999; background-color: #999;
border-color: #888;
} }


.upgrade-button-inactive { .upgrade-button-inactive {


Loading…
Cancel
Save