View Single Post
  #8  
Old 11-08-2011, 05:10 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: How do I change colour of Webmaster Mode highlight?

Alter the "skin/common_files/js/editor_common.js" template, replace:
Code:
var borderStyle = remove ? "0px none" : "1px solid black";

with e.g.:
Code:
var borderStyle = remove ? "0px none" : "1px solid red";

The code is located in the markTemplate function.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote