aboutsummaryrefslogtreecommitdiff
path: root/asset-sources/theme.scss
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-09-11 21:32:10 +0200
committerDaniel Schadt <kingdread@gmx.de>2023-09-11 21:32:10 +0200
commit9550be82608f54407f2306d13045d5cf90e8d56e (patch)
treed7a27ce4e3a932ed2d0dc21d011ed85c2fc322fa /asset-sources/theme.scss
parent68e49e1e879a32c0f0d764f927923ca42706e593 (diff)
parent6b320b11ac2f86e9f63f6f9998db9dbbac56849d (diff)
downloadfietsboek-9550be82608f54407f2306d13045d5cf90e8d56e.tar.gz
fietsboek-9550be82608f54407f2306d13045d5cf90e8d56e.tar.bz2
fietsboek-9550be82608f54407f2306d13045d5cf90e8d56e.zip
Merge branch 'favourites'
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r--asset-sources/theme.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss
index faa4f44..8e0f001 100644
--- a/asset-sources/theme.scss
+++ b/asset-sources/theme.scss
@@ -118,6 +118,14 @@ strong {
}
}
+.favourite-star, .favourite-star-ni {
+ 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%;