~c-lobrano/ubuntu-themes/bug-1721102

« back to all changes in this revision

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

  • Committer: Didier Roche
  • Date: 2017-10-03 10:19:47 UTC
  • Revision ID: didier.roche@canonical.com-20171003101947-4qb8c2yomdcpkdud
Fix traditional decorations offset when window is in focus or not when
maximized (LP: #1720980)

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
    border-color: shade(@borders, 0.8);
430
430
}
431
431
 
432
 
headerbar.default-decoration {
433
 
   border-bottom-width: 0px;
434
 
   border-bottom-style: none;
435
 
   border-top-width: 0px;
436
 
   border-top-style: none;
437
 
   border-left-width: 0px;
438
 
   border-left-style: none;
439
 
   border-right-width: 0px;
440
 
   border-right-style: none;
441
 
}
442
 
 
443
432
/**************
444
433
 * ComboBoxes *
445
434
 **************/
2228
2217
                 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08);
2229
2218
}
2230
2219
 
 
2220
.background.maximized headerbar:not(.toolbar-mode):backdrop {
 
2221
    border: 0;
 
2222
}
 
2223
 
2231
2224
UnityDecoration .top,
2232
2225
.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar {
2233
2226
  border-top-left-radius: 6px;