This commit is contained in:
Azgaar 2019-10-28 00:18:17 +03:00
parent a3fa5443d6
commit 5ffd30dee8
19 changed files with 686 additions and 412 deletions

View file

@ -593,7 +593,7 @@ button.active {
#viewMode > button {
padding: .35em;
margin: .2em .3em;
margin: .2em .3em .6em .3em;
float: left;
width: 30.7%;
}
@ -1287,6 +1287,10 @@ div.states span.inactive:hover {
color: #abaaaa;
}
div.states>input.riverType {
width: 5em;
}
#diplomacyBodySection > div {
cursor: pointer;
}
@ -1976,6 +1980,13 @@ svg.button {
border: 1px solid #916e7f;
}
.announcement {
background-color: #a18888;
color: white;
padding: .4em .5em;
border: dashed 1px #5d4651;
}
#debug {
font-size: 1px;
opacity: .8;