Skip to content

Commit

Permalink
user managerment console fixed
Browse files Browse the repository at this point in the history
minor ui fix
  • Loading branch information
kbender84 committed Oct 24, 2024
1 parent 7a16c85 commit 799a0e8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
6 changes: 5 additions & 1 deletion change.log
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@

1.4.1 - control json file fix

1.4.2 - reverted to old header fonts due lack of some regional characters
1.4.2 - reverted to old header fonts due lack of some regional characters

1.4.3 - updated config for v12

1.4.4 - Fixed missing ui for User Configuration
21 changes: 21 additions & 0 deletions css/yzecoriolis.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,30 @@
height: 50px;
}

.theme-light .application {
--background: url("/modules/coriolis-kbender-ui/data/images/coriolis-shield-dark.png");
--color-text-primary: var(--color-text-dark-primary);
--color-header-background: var(--color-control-bg);
--color-fieldset-border: var(--color-text-dark-primary);
--color-form-label: var(--color-coriolis-dark-gold);
--color-form-label-hover: var(--color-coriolis-dark-gold);
--color-form-hint: var(--color-coriolis-dark-gold);
--color-form-hint-hover: var(--color-coriolis-dark-gold);
--color-select-option-bg: var(--color-bg-optio);
background-color: black;
}

.theme-light button {
--button-text-color: var(--color-coriolis-dark-gold);
}

.application input[type="text"]{
color: white;
}

body.game .window-app {
--color-form-label: var(--color-coriolis-dark-gold));
}

.chat-message,
.chat-message.emote {
Expand Down
8 changes: 4 additions & 4 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.4.2",
"version": "1.4.4",
"authors": [
{
"name": "benderworks",
Expand All @@ -11,7 +11,7 @@
} ],
"compatibility": {
"minimum": "10",
"verified": "11"
"verified": "12"
},
"esmodules": [
"/scripts/module.js"
Expand All @@ -26,7 +26,7 @@
"systems": [{ "id": "yzecoriolis" }]
},
"url": "https://github.com/kbender84/coriolis-kbender-ui",
"manifest": "https://github.com/kbender84/coriolis-kbender-ui/releases/download/1.4.2/module.json",
"download": "https://github.com/kbender84/coriolis-kbender-ui/releases/download/1.4.2/coriolis-kbender-ui.zip"
"manifest": "https://github.com/kbender84/coriolis-kbender-ui/releases/download/1.4.4/module.json",
"download": "https://github.com/kbender84/coriolis-kbender-ui/releases/download/1.4.4/coriolis-kbender-ui.zip"

}

0 comments on commit 799a0e8

Please sign in to comment.