~c-lobrano/ubuntu-themes/fix-focus-ring-segmented-buttons

« back to all changes in this revision

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

  • Committer: Didier Roche
  • Date: 2017-10-03 09:14:58 UTC
  • Revision ID: didier.roche@canonical.com-20171003091458-2si1ik2n307vmzro
Fix traditional decorations offset when window is in focus or not
(LP: #1720980)

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
    text-shadow: none;
464
464
}
465
465
 
 
466
headerbar.default-decoration {
 
467
   border-bottom-width: 0px;
 
468
   border-bottom-style: none;
 
469
   border-top-width: 0px;
 
470
   border-top-style: none;
 
471
   border-left-width: 0px;
 
472
   border-left-style: none;
 
473
   border-right-width: 0px;
 
474
   border-right-style: none;
 
475
}
 
476
 
466
477
/**************
467
478
 * ComboBoxes *
468
479
 **************/