~3v1n0/ubuntu-themes/closer-window-buttons

« back to all changes in this revision

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

  • Committer: Marco Trevisan (Treviño)
  • Date: 2017-05-15 03:30:37 UTC
  • Revision ID: mail@3v1n0.net-20170515033037-89urg87gzrklp00y
Ambiance, Radiance: use explicit definition for titlebutton margins instead of :not's

Show diffs side-by-side

added added

removed removed

Lines of Context:
2106
2106
}
2107
2107
 
2108
2108
/* keep buttons closer */
2109
 
.titlebar button.titlebutton:not(:first-child):not(:last-child) {
 
2109
.titlebar button.titlebutton {
2110
2110
    margin-left: -2px;
2111
2111
    margin-right: -2px;
2112
2112
}
2113
2113
 
2114
2114
.titlebar button.titlebutton:first-child {
2115
 
    margin-right: -2px;
 
2115
    margin-left: inherit;
2116
2116
}
2117
2117
 
2118
2118
.titlebar button.titlebutton:last-child {
2119
 
    margin-left: -2px;
 
2119
    margin-right: inherit;
2120
2120
}
2121
2121
 
2122
2122
.titlebar button.titlebutton.close {