Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.4
-
Fix Version/s: 4.1.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
In civicrm/css/civicrm.css, there is a reference to a image file that does not exist:
civicrm.css: background:transparent url(images/thermometer-pointer.gif) no-repeat scroll 130px 3px;
a command <<find -name "thermometer-pointer.gif">> finds no such files if executed from root of civicrm module.
This does not affect anything, just looks strange. Maybe that formatting is never used anymore?