Fix GtkCalendar on Ambiance and Radiance themes
Bug #1550480 reported by
varlesh
This bug report is a duplicate of:
Bug #1537794: Wrong padding for gtkCalender (Unity7, Xenial).
Edit
Remove
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu theme |
New
|
Undecided
|
Unassigned |
Bug Description
Please change background-color and padding!
Compare:
CODE:
.menuitem GtkCalendar,
.menuitem GtkCalendar.button,
.menuitem GtkCalendar.header,
.menuitem GtkCalendar.view {
background-
background-
border-radius: 0;
border-style: solid;
border-width: 0;
padding: 4px;
color: @dark_fg_color;
}
.menuitem GtkCalendar {
background-
background-
}
.menuitem GtkCalendar:
color: shade (@bg_color, 0.6);
}
To post a comment you must log in.
4px padding is too much. It goes against the padding used in other gtk widgets. And decorating menuitem with GTKCalendar also affects Gnome-Calendar and Gnome-Shell Calendar in which it doesn't look pretty. A simple 1px padding could easily fix the issue.
GtkCalendar { offset: -1px;
padding: 1px;
outline-
}
Screenshot: http:// i.imgur. com/gFobSJs. png