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

« back to all changes in this revision

Viewing changes to Ambiance/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:
2157
2157
/***********
2158
2158
 * toolbar *
2159
2159
 ***********/
2160
 
.toolbar {
 
2160
.toolbar:not(.titlebar):not(headerbar) {
2161
2161
    border-style: none;
2162
2162
    padding: 1px;
2163
2163
 
2166
2166
    text-shadow: none;
2167
2167
}
2168
2168
 
2169
 
.toolbar:backdrop {
 
2169
.toolbar:not(.titlebar):not(headerbar):backdrop {
2170
2170
    color: @backdrop_fg_color;
2171
2171
}
2172
2172