-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.8
-
Fix Version/s: 3.0.9-RC1
-
Component/s: Styles
-
Labels:None
In colours.css (prosilver) there is:
.online {
|
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
|
}
|
Which would be better as:
.online {
|
background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
|
}
|
in order for the image to be changed via the ACP.