[Rt-commit] rt branch, 4.4/logo-color-picker-cursor-url-fix, created. rt-4.4.3-78-g31493715b
? sunnavy
sunnavy at bestpractical.com
Mon Nov 26 13:07:03 EST 2018
The branch, 4.4/logo-color-picker-cursor-url-fix has been created
at 31493715ba5dfe038c5672c7648837e46dad448d (commit)
- Log -----------------------------------------------------------------
commit 31493715ba5dfe038c5672c7648837e46dad448d
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Nov 27 01:50:46 2018 +0800
Fix cursor url for #logo-color-picker on theme page
Remove mason code here as /static/ is not handled by mason any more.
diff --git a/share/static/css/base/theme-editor.css b/share/static/css/base/theme-editor.css
index 0110390ab..bdebe256e 100644
--- a/share/static/css/base/theme-editor.css
+++ b/share/static/css/base/theme-editor.css
@@ -64,6 +64,6 @@
#logo-color-picker {
display: none; /* unhidden by javascript */
- cursor: url(<% RT->Config->Get("WebImagesURL") %>/eyedropper.png), crosshair;
+ cursor: url(../../../static/images/eyedropper.png), crosshair;
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list