css: Add an inset shadow to overview windows

A small dark gap was caused by the rounded window edges not meeting the
sharp corner of the CSS border on hover. By adding a small inset
box-shadow, this gap is filled in.

https://bugzilla.gnome.org/show_bug.cgi?id=699044
This commit is contained in:
Chris Johns 2014-02-13 16:55:35 +00:00 committed by Bastien Nocera
parent 24c0a1a1d4
commit 4801d1dd7f

View File

@ -829,6 +829,7 @@ StScrollBar StButton#vhandle:active {
.window-clone-border {
border: 4px solid rgba(255, 255, 255, 0.5);
border-radius: 4px;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.notification-close {