- This topic has 3 replies, 2 voices, and was last updated 6 years, 2 months ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- March 23, 2018 at 3:20 pm #4848dingalingParticipant
This code doesn’t make sense does it?
background-position: right; center;
I assume the first semi-colon should be removed.
ie:
background-position: right center;
March 23, 2018 at 8:13 pm #4857HashKeymasterYes, the first one is wrong. Where did you find it?
March 23, 2018 at 8:31 pm #4859dingalingParticipantIn http://demo.hashthemes.com/total/wp-content/themes/total/style.css it’s line 480.
Within this section
select { border: 1px solid #EEE; height: 40px; padding: 3px 40px 3px 8px; background-color: transparent; line-height: 100%; outline: 0; background-image: url("images/arrow.png"); background-position: right; center; background-repeat: no-repeat; position: relative; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; }
March 23, 2018 at 9:45 pm #4862HashKeymasterThanks for pointing out. We will fix it in now next update for sure.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.