Gnome-Shell: change window-clone-border color

This commit is contained in:
Daniel Ruiz de Alegría
2020-04-21 22:23:33 +02:00
parent a599efb39b
commit 1d679abd36
3 changed files with 5 additions and 8 deletions
@@ -2170,9 +2170,8 @@ StScrollBar {
/* Window Picker */
.window-clone-border {
border: 5px solid rgba(255, 255, 255, 0.5);
border-radius: 6px;
box-shadow: inset 0 0 0 2px white; }
border: 6px solid rgba(255, 255, 255, 0.25);
border-radius: 6px; }
.window-caption {
font-size: .9em;