diff options
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r-- | asset-sources/theme.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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%; |