[Bugs] #4055 sugar-artwork UNSP: Read: text selection have fg & bg black
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Sat Oct 20 12:32:16 EDT 2012
#4055: Read: text selection have fg & bg black
------------------------------------------+---------------------------------
Reporter: godiard | Owner: godiard
Type: defect | Status: closed
Priority: Unspecified by Maintainer | Milestone: 0.98
Component: sugar-artwork | Version: Unspecified
Severity: Unspecified | Resolution: fixed
Keywords: r? | Distribution: Unspecified
Status_field: Unconfirmed |
------------------------------------------+---------------------------------
Changes (by manuq):
* status: new => closed
* resolution: => fixed
Comment:
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:
{{{
EvView {
background-color: @panel_grey;
}
EvView:selected,
ApDocView:selected {
background-color: @selection_grey;
}
}}}
Pushed: 4759fd5d .
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/4055#comment:2>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list