Made the goals view a little more opaque.
This commit is contained in:
parent
5bda4d5e5f
commit
8bbce727ee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
position: absolute
|
position: absolute
|
||||||
left: 10px
|
left: 10px
|
||||||
top: 42px
|
top: 42px
|
||||||
background-color: rgba(200,200,200,0.6)
|
background-color: rgba(200,200,200,0.8)
|
||||||
border: black
|
border: black
|
||||||
padding: 5px 7px 5px 5px
|
padding: 5px 7px 5px 5px
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
|
Reference in a new issue