z-index fix
This commit is contained in:
parent
f2c6e7b820
commit
c763a663ac
2 changed files with 2 additions and 0 deletions
|
|
@ -567,6 +567,7 @@ h1.big_text {
|
|||
.requests .requested_person:active,
|
||||
.remove .person:active,
|
||||
.remove .requested_person:active {
|
||||
z-index: 20;
|
||||
color: #666666; }
|
||||
.aspect .person:active img,
|
||||
.aspect .requested_person:active img,
|
||||
|
|
|
|||
|
|
@ -738,6 +738,7 @@ h1.big_text
|
|||
:display inline-block
|
||||
|
||||
&:active
|
||||
:z-index 20
|
||||
:color #666
|
||||
img
|
||||
:-webkit-box-shadow 0 1px 3px #333
|
||||
|
|
|
|||
Loading…
Reference in a new issue