Transmission has a visual bug where it doesn't change progressbar color quickly when changing state from active to bakdrop or backdrop to active. This makes entire thing appears buggy (#408)
Create new assets for checkbox and radiobutton as svg and export as png.
All assets are in one SVG file, each on a separate layer. Sprites and
Backgrounds are referenced in these layers, so for example you can
change the checkmark and it is changed for all assets automatically.
The shellscript can be used to export one or more specific assets or all
at once.
Ideally I would like to change window frame backdrop color as well, but for now it works. It is probably going to break old metacity session, but we don't really support metacity.
During redesign terminal decoration was removed which left terminal with light background color. This restores terminal with dark background color & other minor tweaks. These tweaks needs to be modified again for GTK >=3.19.3, but for now it works.
GTK+ Places Sidebar in 3.18.x uses GtkLIst Box which is used by Nautilus and GtkFileChooserDialog. This fix adds padding in GtkPlacesSidebar widget. That way icon padding remains constant across all sidebar widgets.
Previously, background color of left, right and bottom part of windows are set transparent.This was making titlebar appears 1px wider than the window itself.This fix only affects those apps which are patched by ubuntu to use traditional titlebar over headerbar.
This commit adds CSS rules to theme undershoot and overshoot. This is
what some applications use to indicate that there is more content below
and/or above the current content viewport.
This is notably used for Nautilus. Without those styles, those classes
are shown as an opaque gray area which looks bad and hides information.