~3v1n0/ubuntu-themes/fix-dialog-headerbar-min-height

« back to all changes in this revision

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

  • Committer: Marco Trevisan (Treviño)
  • Date: 2017-09-22 14:24:10 UTC
  • Revision ID: mail@3v1n0.net-20170922142410-q6znnda0fvgvhdkp
Ambiance, Radiance: be less restrictive in setting headerbar minimum height

Show diffs side-by-side

added added

removed removed

Lines of Context:
2152
2152
    border-radius: 0;
2153
2153
}
2154
2154
 
2155
 
.default-decoration.titlebar:not(headerbar),
2156
 
messagedialog.csd .titlebar:not(headerbar),
2157
 
messagedialog.solid-csd .titlebar:not(headerbar),
2158
 
headerbar.default-decoration {
 
2155
.titlebar:not(headerbar),
 
2156
headerbar {
2159
2157
    min-height: 26px;
2160
2158
}
2161
2159