diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-08-22 19:57:05 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-08-22 19:57:05 +0200 |
commit | 4cc160a29e625ce317d30237e3d9fe184bbb5a19 (patch) | |
tree | 3ca90423c0a3de7f58c2b9b8f2da13eefacc2c7f /asset-sources | |
parent | 31a930b7cfc100b7adba9a8cebb901f05a1f7c4f (diff) | |
download | fietsboek-4cc160a29e625ce317d30237e3d9fe184bbb5a19.tar.gz fietsboek-4cc160a29e625ce317d30237e3d9fe184bbb5a19.tar.bz2 fietsboek-4cc160a29e625ce317d30237e3d9fe184bbb5a19.zip |
make cursor a pointer for favourite stars
Diffstat (limited to 'asset-sources')
-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%; |