theme: Restore drag effect between workspaces
When dragging a window between two workspaces a light effect used to be present. The effect was lost probably during the theme revamp in version 3.16. https://bugzilla.gnome.org/show_bug.cgi?id=789103
This commit is contained in:
parent
fd103ff703
commit
c0ef30d416
@ -1339,6 +1339,10 @@ StScrollBar {
|
|||||||
border-radius: 9px 0 0 9px; }
|
border-radius: 9px 0 0 9px; }
|
||||||
.workspace-thumbnails:rtl {
|
.workspace-thumbnails:rtl {
|
||||||
border-radius: 0 9px 9px 0; }
|
border-radius: 0 9px 9px 0; }
|
||||||
|
.workspace-thumbnails .placeholder {
|
||||||
|
background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg");
|
||||||
|
background-size: contain;
|
||||||
|
height: 24px; }
|
||||||
|
|
||||||
.workspace-thumbnail-indicator {
|
.workspace-thumbnail-indicator {
|
||||||
border: 4px solid #215d9c;
|
border: 4px solid #215d9c;
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 336c2d5ad6b165f586330ec7e1fdc23ff220638a
|
Subproject commit de41fb43a58e3b10b9f7df83904bd9e0e381637b
|
@ -1339,6 +1339,10 @@ StScrollBar {
|
|||||||
border-radius: 9px 0 0 9px; }
|
border-radius: 9px 0 0 9px; }
|
||||||
.workspace-thumbnails:rtl {
|
.workspace-thumbnails:rtl {
|
||||||
border-radius: 0 9px 9px 0; }
|
border-radius: 0 9px 9px 0; }
|
||||||
|
.workspace-thumbnails .placeholder {
|
||||||
|
background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg");
|
||||||
|
background-size: contain;
|
||||||
|
height: 24px; }
|
||||||
|
|
||||||
.workspace-thumbnail-indicator {
|
.workspace-thumbnail-indicator {
|
||||||
border: 4px solid #215d9c;
|
border: 4px solid #215d9c;
|
||||||
|
Loading…
Reference in New Issue
Block a user