M mrb1972 Active member Jan 4, 2012 #1 Hi, Doses anyone know how to edit css for this search box so that surrounding border is red not white, without affecting the pop-up border colour? Thanks
Hi, Doses anyone know how to edit css for this search box so that surrounding border is red not white, without affecting the pop-up border colour? Thanks
Paul B XenForo moderator Staff member Jan 4, 2012 #2 Code: #QuickSearch, #QuickSearch .formPopup .primaryControls { background-color: red; } Upvote 0 Downvote
M mrb1972 Active member Jan 4, 2012 #3 Brogan said: Code: #QuickSearch, #QuickSearch .formPopup .primaryControls { background-color: red; } Click to expand... Thanks, but not quite right, as the search pop-up box now has the wrong colour border Upvote 0 Downvote
Brogan said: Code: #QuickSearch, #QuickSearch .formPopup .primaryControls { background-color: red; } Click to expand... Thanks, but not quite right, as the search pop-up box now has the wrong colour border
Paul B XenForo moderator Staff member Jan 4, 2012 #4 Works fine on my installation. You'll have to give me a screenshot as to what it is you're trying to achieve. Upvote 0 Downvote
Works fine on my installation. You'll have to give me a screenshot as to what it is you're trying to achieve.
M mrb1972 Active member Jan 4, 2012 #5 Search box looks ok here But clicking and bringing up the search popup box shows this, the border top and bottom is now red but i want it to stay like this Upvote 0 Downvote
Search box looks ok here But clicking and bringing up the search popup box shows this, the border top and bottom is now red but i want it to stay like this
Paul B XenForo moderator Staff member Jan 4, 2012 #6 It's the same background element, I can't really do much about that. You will likely need to make template and/or css changes to achieve that. Upvote 0 Downvote
It's the same background element, I can't really do much about that. You will likely need to make template and/or css changes to achieve that.
M mrb1972 Active member Jan 4, 2012 #7 Brogan said: It's the same background element, I can't really do much about that. You will likely need to make template and/or css changes to achieve that. Click to expand... I did manage before but I think one of the updates has changed something... Upvote 0 Downvote
Brogan said: It's the same background element, I can't really do much about that. You will likely need to make template and/or css changes to achieve that. Click to expand... I did manage before but I think one of the updates has changed something...