This commit is contained in:
Azgaar 2020-04-02 21:37:51 +03:00
parent bf989d7dad
commit 35aaaf1c88
3 changed files with 3 additions and 3 deletions

View file

@ -248,7 +248,7 @@
.icon-r:before {font-style:italic;content:'r:';}
.icon-a:before {font-style:italic;content:'a:';}
.icon-smooth:before {font-weight: bold;content:'';}
.icon-disrupt:before {font-weight: bold;content:'';}
.icon-disrupt:before {font-weight: bold;content:'';}
.icon-if:before {font-style: italic; font-weight: bold;content:'if';}
/* .icon-coa:before {content: '⚜'; font-size: 1.1em; margin: -2px;} */
.icon-coa:before {content:'\f3ed'; font-size: .9em; color: #999;} /* '' */

View file

@ -780,7 +780,7 @@ table.matrix-table td.Neutral {
}
table.matrix-table td.Suspicion {
background-color:#f3c7c4;
background-color:#eeafaa;
}
table.matrix-table td.Enemy {

View file

@ -18,7 +18,7 @@ function editDiplomacy() {
const statuses = ["Ally", "Friendly", "Neutral", "Suspicion", "Enemy", "Unknown", "Rival", "Vassal", "Suzerain"];
const description = [" is an ally of ", " is friendly to ", " is neutral to ", " is suspicious of ",
" is at war with ", " does not know about ", " is a rival of ", " is a vassal of ", " is suzerain to "];
const colors = ["#00b300", "#d4f8aa", "#edeee8", "#f3c7c4", "#e64b40", "#a9a9a9", "#ad5a1f", "#87CEFA", "#00008B"];
const colors = ["#00b300", "#d4f8aa", "#edeee8", "#eeafaa", "#e64b40", "#a9a9a9", "#ad5a1f", "#87CEFA", "#00008B"];
refreshDiplomacyEditor();
tip("Click on a state to see its diplomatic relations", false, "warning");