~roryj/egtk/fix-1293012

« back to all changes in this revision

Viewing changes to gtk-3.0/gtk-widgets-dark.css

  • Committer: Daniel Foré
  • Date: 2014-08-24 03:04:07 UTC
  • Revision ID: daniel@elementaryos.org-20140824030407-k6tm7rzthnzpia1d
make sure to remove padding from notebook tab buttons to not break Midori

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
.dynamic-notebook .notebook tab .button:hover:active,
473
473
.notebook tab .button:hover,
474
474
.notebook tab .button:hover:active {
 
475
    padding: 0;
475
476
    background-color:   alpha (#000, 0.02);
476
 
 
477
477
    border-color: alpha (#000, 0.29);
478
478
}
479
479