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

« back to all changes in this revision

Viewing changes to Radiance/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:
2109
2109
}
2110
2110
 
2111
2111
/* keep buttons closer */
2112
 
.titlebar button.titlebutton:not(:first-child):not(:last-child) {
 
2112
.titlebar button.titlebutton {
2113
2113
    margin-left: -2px;
2114
2114
    margin-right: -2px;
2115
2115
}
2116
2116
 
2117
2117
.titlebar button.titlebutton:first-child {
2118
 
    margin-right: -2px;
 
2118
    margin-left: inherit;
2119
2119
}
2120
2120
 
2121
2121
.titlebar button.titlebutton:last-child {
2122
 
    margin-left: -2px;
 
2122
    margin-right: inherit;
2123
2123
}
2124
2124
 
2125
2125
.titlebar button.titlebutton.close {