ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: emanuele on November 04, 2013, 06:02:52 pm

Title: "Send message" color disappears when hovering
Post by: emanuele on November 04, 2013, 06:02:52 pm
i.e. move the mouse over the "send message" button here on the left and background and borders go away and the signature jumps up a little bit. O:-)
Title: Re: "Send message" color disappears when hovering
Post by: TE on November 04, 2013, 11:02:01 pm

Quote from: emanuele – ..the signature jumps up a little bit. O:-)
Doesn't happen in Chrome/W7

But it's still odd and should modified  :D
Title: Re: "Send message" color disappears when hovering
Post by: Antechinus on November 05, 2013, 03:07:45 pm
Didn't used to. What have you done to it? :P
Title: Re: "Send message" color disappears when hovering
Post by: emanuele on November 05, 2013, 05:33:50 pm
The jump may be related to the balloon of the unread PMs, because it jumps only hovering my own button.
Title: Re: "Send message" color disappears when hovering
Post by: Spuds on November 05, 2013, 06:32:56 pm
I think its caused, at least partially, by this:
Code: [Select]
.poster li.listlevel1:hover .linklevel1 {
background: transparent;
border: none;
box-shadow: none;
}
Maybe try dropping that trailing .linklevel1, thats targeting the link inside the li and I'm not sure thats needed.
Title: Re: "Send message" color disappears when hovering
Post by: emanuele on November 27, 2013, 10:27:49 am
That one is fixed to.