[Bugs] #3406 sugar-artwork UNSP: Theme new spinbutton correctly
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Wed May 30 07:55:49 EDT 2012
#3406: Theme new spinbutton correctly
------------------------------------------+---------------------------------
Reporter: erikos | Owner: erikos
Type: defect | Status: assigned
Priority: Unspecified by Maintainer | Milestone: 0.96
Component: sugar-artwork | Version: Git as of bugdate
Severity: Major | Keywords: 12.1.0
Distribution: OLPC | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Comment(by garnacho):
what seems to be hurting the most here is buttons being rounded, it could
probably look better to have:
(value [-][+)
The following css can achieve that:
GtkSpinButton.button:first-child {
border-radius: 0px 0px 0px 0px;
}
GtkSpinButton.button:last-child {
border-radius: 0px 4px 4px 0px;
}
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3406#comment:3>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list