Re: [gnome-flashback] GNOME Flashback




I wont have time to fully style it at least now. You can add following to /usr/share/themes/Ambiance/gtk-3.0/apps/gnome-panel.css:

CalendarWindow GtkCalendar,
CalendarWindow GtkCalendar.button,
CalendarWindow GtkCalendar.header,
CalendarWindow GtkCalendar.view {
    background-color: @dark_bg_color;
    background-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    padding: 0;

    color: @dark_fg_color;
}

CalendarWindow GtkCalendar.button:hover {
    background: transparent;
}

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

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


Thanks. That's much better. Now that I know the gtk widget, I will try to improve & make this happen for other themes as well.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]