summaryrefslogtreecommitdiffstats
path: root/shell/style.css
blob: 7ffc6ab062c46b7e819b5548cc1268aec1303d97 (plain)
1
2
3
4
5
6
7
.drag-handle {
  color: alpha(@theme_fg_color, 0.4);
}

.drag-handle:backdrop {
  color: alpha(@theme_unfocused_fg_color, 0.4);
}