Skip to content

Commit

Permalink
small update to fix visibility issues
Browse files Browse the repository at this point in the history
small update to fix visibility issues
  • Loading branch information
kbender84 committed Apr 19, 2023
1 parent 58aa6e9 commit 244b4d7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions css/yzecoriolis.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*Overwriting foundry default values*/
:root {
--color-control-bg: #1a1000;
--color-hover-bg: #663f00;
--color-border-light-tertiary: #ffbf00;
--color-text-dark-primary: #ffbf00;
--color-bg-option: #ffbf00;
Expand Down Expand Up @@ -3122,6 +3124,20 @@ a.content-link, a.inline-roll{
padding: 25px;
}

.prosemirror menu button:hover, .prosemirror menu button.active {
color: var(--color-coriolis-light-gold);
}
.prosemirror {
--color-control-bg: #1a1000;
--color-hover-bg: #663f00;
--height-button: 28px;
}

.coriolis-sidebar.coriolis-sidebar a {
color: var(--color-coriolis-input);

}

/*dropdown menu*/
option, optgroup {
font-family: inherit;
Expand Down Expand Up @@ -3157,9 +3173,10 @@ form button {

#navigation #scene-list .scene.view, #navigation #scene-list .scene.context {
cursor: default;
color: var(--color-text-light-0);
color: var(--color-control-bg) !important;
border: 1px solid var(var(--color-coriolis-dark-gold));
background: rgba(52, 52, 52, 0.95);
background: var(--color-border-highlight-alt) !important;
opacity: 0.8;
border-bottom: 1px solid var(--color-border-highlight);
box-shadow: 0 0 10px var(--color-shadow-highlight);
}
Expand All @@ -3169,6 +3186,13 @@ form button {
border: 1px solid var(--color-coriolis-dark-gold);
}

#navigation #scene-list .scene {
float: left;
background: var(--color-coriolis-dark);
opacity: 0.8;
color: var(--color-text-dark-primary);
}

/* end of top bar menu*/

/*chat color*/
Expand Down Expand Up @@ -3197,7 +3221,7 @@ form button {
min-width: max-content;
white-space: nowrap;
background: rgba(9, 9, 9, 0.8);
color: var(--color-text-dark-primary);
color: var(--color-coriolis-light-gold);
}
/*end of top menu buttons*/

Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.2.9",
"authors": [
{
"name": "benderworks",
Expand Down

0 comments on commit 244b4d7

Please sign in to comment.