diff --git a/index.css b/index.css index 891b6ede..90be984f 100644 --- a/index.css +++ b/index.css @@ -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; diff --git a/index.html b/index.html index ac4c045e..37ec6898 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - - - - - + + + + + @@ -899,7 +899,7 @@
LOADING...
View mode:
+ + + +