From 4cc160a29e625ce317d30237e3d9fe184bbb5a19 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 22 Aug 2023 19:57:05 +0200 Subject: make cursor a pointer for favourite stars --- asset-sources/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asset-sources') diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 7195856..8e0f001 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -122,6 +122,10 @@ strong { color: orange; } +.favourite-star { + cursor: pointer; +} + /* Ensure a consistent width of the cells in the browse view. */ .browse-summary th, .browse-summary td { width: 25%; -- cgit v1.2.3