#4055 closed defect (fixed)
Read: text selection have fg & bg black
Reported by: | godiard | Owned by: | godiard |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | r+, 13.1.0, olpc-test-passed |
Cc: | manuq | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
Evince have a custom css and set:
EvView:selected {
background-color: @theme_selected_bg_color;
}
We need the same definition in our theme.
Attachments (1)
Change History (7)
Changed 11 years ago by godiard
comment:1 Changed 11 years ago by godiard
- Cc manuq added
- Keywords r? added
comment:2 Changed 11 years ago by manuq
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 11 years ago by manuq
- Keywords r+ 13.1.0 olpc-test-pending added; r? removed
comment:4 Changed 11 years ago by greenfeld
- Keywords olpc-test-passed added; olpc-test-pending removed
Highlighted text has a gray background in Read for PDF and EPUB files in OLPC 13.1.0 os8.
comment:5 Changed 10 years ago by dnarvaez
- Component changed from sugar-artwork to Sugar
Note: See
TracTickets for help on using
tickets.
Great! We also need to style the EvView background. Otherwise the selected text looks all black if unfocused. Testcase: select some text, then go to the search entry. This makes the trick and also styles the Abiword document as per your other patch. I'm doing in the same patch because is nicer to have one css rule for both:
Pushed: 4759fd5d .