Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
configure controls page fix
  • Loading branch information
kbender84 committed Mar 27, 2023
1 parent b9ecc05 commit 3b579ca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion css/yzecoriolis.css
Original file line number Diff line number Diff line change
Expand Up @@ -3252,4 +3252,21 @@ input[type="text"], input[type="number"], input[type="password"], input[type="da
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
}

/*configure controlls page*/
#keybindings .binding .key.uneditable
{
background: var(--color-coriolis-dark);
}
#keybindings .binding .key {
flex: none;
padding: 0 4px;
min-width: 24px;
background: rgba(255, 255, 255, 0.25);
border: 1px solid var(--color-border-light-2);
border-radius: 5px;
box-shadow: 1px 1px #444;
text-align: center;
}

6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "coriolis-kbender-ui",
"title": "Coriolis UI pack by kbender",
"description": "Alternate styling for Coriolis RPG",
"version": "1.2.2",
"version": "1.2.3",
"authors": [
{
"name": "benderworks",
Expand All @@ -27,7 +27,7 @@
"systems": [{ "id": "yzecoriolis" }]
},
"url": "https://github.com/kbender84/coriolis-kbender-ui",
"manifest": "https://github.com/kbender84/coriolis-kbender-ui/releases/download/1.2.2/module.json",
"download": "https://github.com/kbender84/coriolis-kbender-ui/releases/download/1.2.2/coriolis-kbender-ui.zip"
"manifest": "https://github.com/kbender84/coriolis-kbender-ui/releases/download/1.2.3/module.json",
"download": "https://github.com/kbender84/coriolis-kbender-ui/releases/download/1.2.3/coriolis-kbender-ui.zip"

}

0 comments on commit 3b579ca

Please sign in to comment.