Fix GtkCalendar on Ambiance and Radiance themes

Bug #1550480 reported by varlesh
20
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:

http://imgur.com/Lltmknx

CODE:
.menuitem GtkCalendar,
.menuitem GtkCalendar.button,
.menuitem GtkCalendar.header,
.menuitem GtkCalendar.view {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    padding: 4px;

    color: @dark_fg_color;
}

.menuitem GtkCalendar {
    background-color: shade (@dark_bg_color, 1.3);
    background-image: none;
}

.menuitem GtkCalendar:inconsistent {
    color: shade (@bg_color, 0.6);
}

Revision history for this message
Khurshid Alam (khurshid-alam) wrote :

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 {
      padding: 1px;
      outline-offset: -1px;
  }

Screenshot: http://i.imgur.com/gFobSJs.png

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.