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:
parent
24c0a1a1d4
commit
4801d1dd7f
@ -829,6 +829,7 @@ StScrollBar StButton#vhandle:active {
|
|||||||
.window-clone-border {
|
.window-clone-border {
|
||||||
border: 4px solid rgba(255, 255, 255, 0.5);
|
border: 4px solid rgba(255, 255, 255, 0.5);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-close {
|
.notification-close {
|
||||||
|
Loading…
Reference in New Issue
Block a user