Metadata
- Source
- FLUID-4969
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Arash Sadr
- Created
2013-04-02T14:05:03.882-0400 - Updated
2016-07-08T11:12:59.011-0400 - Versions
- N/A
- Fixed Versions
-
- 2.0
- Component
-
- Prefs Framework
- UI Options
Description
Research the possibility of changing the highlight color while changing the contrast
Comments
-
Jonathan Hung commented
2013-04-02T14:43:26.983-0400 This is definitely possible using the :selection pseudo class.
i.e.
p.red::selection {
background: #ffb7b7;
}Source: http://css-tricks.com/overriding-the-default-text-selection-color-with-css/
-
Arash Sadr commented
2013-04-03T10:43:08.892-0400 Thats great,
I found a similar article (http://www.paulund.co.uk/change-browser-highlight-colour) about this issue. -
Justin Obara commented
2016-07-08T11:11:47.132-0400 Removed missing images