diff --git a/src/browser/base/content/zen-popupset.inc.xhtml b/src/browser/base/content/zen-popupset.inc.xhtml index 059c7137d..0ecc0c96d 100644 --- a/src/browser/base/content/zen-popupset.inc.xhtml +++ b/src/browser/base/content/zen-popupset.inc.xhtml @@ -101,7 +101,7 @@ - + diff --git a/src/browser/base/content/zen-styles/zen-workspaces.css b/src/browser/base/content/zen-styles/zen-workspaces.css index 94f94a155..a6c7892da 100644 --- a/src/browser/base/content/zen-styles/zen-workspaces.css +++ b/src/browser/base/content/zen-styles/zen-workspaces.css @@ -345,6 +345,11 @@ border-radius: 5px; } +.zen-workspace-last-place-drop-target.dragover { + background-color: var(--toolbarbutton-icon-fill-attention); +} + + #PanelUI-zen-workspaces-reorder-mode[active='true'] { color: var(--toolbarbutton-icon-fill-attention) !important; } @@ -362,6 +367,17 @@ } } +#PanelUI-zen-workspaces-list[reorder-mode='true'] .zen-workspace-last-place-drop-target { + display: block; +} + +.zen-workspace-last-place-drop-target { + display: none; + height: 4px; + width: 100%; + border-radius: 5px; +} + #PanelUI-zen-workspaces-view > vbox:nth-child(2) { margin-top: 10px; }