From 4ec4bdb0eaa1977456840a380aa478906d45662b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 9 Apr 2014 17:32:50 +0200 Subject: [PATCH] style: Overwrite border-radius of tile previews in classic mode In classic mode, the panel does not have rounded corners; thus tile previews shouldn't either. https://bugzilla.gnome.org/show_bug.cgi?id=728273 --- data/gnome-classic.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/gnome-classic.css b/data/gnome-classic.css index a6f2cd2f..3ebb630d 100644 --- a/data/gnome-classic.css +++ b/data/gnome-classic.css @@ -39,6 +39,12 @@ border-top-color: transparent; } +.tile-preview-left.on-primary, +.tile-preview-right.on-primary, +.tile-preview-left.tile-preview-right.on-primary { + /* keep in sync with -panel-corner-radius */ + border-radius: 0; +} /* TOP BAR */