Fixed the background to match the footer so that there's no white at the bottom of the screen when playing full screen.
This commit is contained in:
parent
a60a3fa796
commit
90ea365dc6
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
@import "bootstrap/variables"
|
@import "bootstrap/variables"
|
||||||
@import "bootstrap/mixins"
|
@import "bootstrap/mixins"
|
||||||
|
|
||||||
|
html
|
||||||
|
background-color: #2f261d
|
||||||
|
|
||||||
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
||||||
.secret
|
.secret
|
||||||
display: none
|
display: none
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
height: 100%
|
height: 100%
|
||||||
left: 0
|
left: 0
|
||||||
top: 0
|
top: 0
|
||||||
z-index: -1
|
z-index: 0
|
||||||
background-image: url(/images/level/hud_left_wing.png)
|
background-image: url(/images/level/hud_left_wing.png)
|
||||||
background-position: right
|
background-position: right
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
height: 100%
|
height: 100%
|
||||||
right: 0
|
right: 0
|
||||||
top: 0
|
top: 0
|
||||||
z-index: -1
|
z-index: 0
|
||||||
background-image: url(/images/level/hud_right_wing.png)
|
background-image: url(/images/level/hud_right_wing.png)
|
||||||
background-position: left
|
background-position: left
|
||||||
|
|
||||||
|
@ -57,6 +57,8 @@
|
||||||
color: #BEBEBE
|
color: #BEBEBE
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
z-index: 1
|
||||||
|
position: relative
|
||||||
|
|
||||||
.no-selection-message
|
.no-selection-message
|
||||||
display: none
|
display: none
|
||||||
|
|
Reference in a new issue