Manixa Posted December 30, 2011 Share Posted December 30, 2011 Hey there, how can I change the color of the marked objects in my page ? Like this (mark/select something and see what happens) Link to comment https://forums.phpfreaks.com/topic/254072-marked-objects-color/ Share on other sites More sharing options...
ignace Posted December 30, 2011 Share Posted December 30, 2011 You could have easily found this by just inspecting the element in your browser. F12 brings up the developer tools. I copy-pasted this from their website: ::selection{ background:#E92C6C; color:#fff; text-shadow: 0 1px rgba(0, 0, 0, .2); } It's not supported in all browsers though: http://reference.sitepoint.com/css/pseudoelement-selection Link to comment https://forums.phpfreaks.com/topic/254072-marked-objects-color/#findComment-1302509 Share on other sites More sharing options...
Manixa Posted December 30, 2011 Author Share Posted December 30, 2011 I tried looking for it but found nothing, thanks ! Link to comment https://forums.phpfreaks.com/topic/254072-marked-objects-color/#findComment-1302687 Share on other sites More sharing options...
ignace Posted December 30, 2011 Share Posted December 30, 2011 You don't have to try to look, your eyes already do this for you. You just have to point them into the right direction. Link to comment https://forums.phpfreaks.com/topic/254072-marked-objects-color/#findComment-1302691 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.