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
This commit is contained in:
Florian Müllner
2014-04-09 17:32:50 +02:00
parent 6c79710fcf
commit 4ec4bdb0ea
+6
View File
@@ -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 */