mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Tweak alliance selection overlay colors and position.
This commit is contained in:
@@ -430,6 +430,7 @@ html {
|
|||||||
#allianceSelectionCentering {
|
#allianceSelectionCentering {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
top: 3em;
|
||||||
right: 3em;
|
right: 3em;
|
||||||
}
|
}
|
||||||
#allianceSelection {
|
#allianceSelection {
|
||||||
@@ -448,7 +449,7 @@ html {
|
|||||||
margin: 0.3em;
|
margin: 0.3em;
|
||||||
}
|
}
|
||||||
#allianceSelectionTable tr:nth-child(even) {
|
#allianceSelectionTable tr:nth-child(even) {
|
||||||
background-color: #eee;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
.alliance-cell {
|
.alliance-cell {
|
||||||
padding: 0px 40px;
|
padding: 0px 40px;
|
||||||
|
|||||||
Reference in New Issue
Block a user