~ci-train-bot/ubuntu-themes/ubuntu-themes-ubuntu-artful-2771

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.20/gtk-widgets.css

  • Committer: Bileto Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2017-05-18 16:21:41 UTC
  • mfrom: (540.1.9 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20170518162141-y36pfgwycr9otw9e
Ambiance, Radiance: don't apply the toolbar style to headerbars or titlebars

This might be the case in some apps (such as evince)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2160
2160
/***********
2161
2161
 * toolbar *
2162
2162
 ***********/
2163
 
.toolbar {
 
2163
.toolbar:not(.titlebar):not(headerbar) {
2164
2164
    border-style: none;
2165
2165
    padding: 1px;
2166
2166
 
2169
2169
    text-shadow: none;
2170
2170
}
2171
2171
 
2172
 
.toolbar:backdrop {
 
2172
.toolbar:not(.titlebar):not(headerbar):backdrop {
2173
2173
    color: @backdrop_fg_color;
2174
2174
}
2175
2175