This commit is contained in:
Azgaar 2019-10-23 00:35:31 +03:00
parent 93c0c64cbd
commit f6ec0251ec
11 changed files with 449 additions and 168 deletions

View file

@ -584,6 +584,13 @@ button.active {
padding: 4px 0;
}
#viewMode > button {
padding: .35em;
margin: .2em .3em;
float: left;
width: 30.7%;
}
fieldset {
border: 1px solid #5d4651;
}
@ -604,8 +611,9 @@ fieldset {
color: grey;
}
.tabcontent li:hover {
background-color: #a8879d;
.tabcontent li:hover,
.tabcontent button:hover {
box-shadow: 0 0 2px 2px #5d465117;
}
#optionsContainer span {
@ -1282,6 +1290,23 @@ div.states span.inactive:hover {
cursor: pointer;
}
#diplomacySelect {
position: absolute;
background-color: #ffffff;
border: 1px solid #1891ff;
width: 23%;
left: 70.5%;
}
#diplomacySelect > div {
width: 100%;
}
#diplomacySelect > div:hover {
background-color: #1891ff;
color: #ffffff;
}
#burgsFooterPopulation {
border: 0;
width: 50px;