summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css/hyperkitty.css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css
index 1d9ec2b..eabb4fe 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -666,9 +666,15 @@ ul.attachments-list li {
margin-right: 2em;
}
-#add_to_fav a{
+.favorite a {
color: rgb(167, 169, 172);
}
+.favorite a.saved,
+.favorite a.notsaved {
+ /* Will be shown via Javascript */
+ display: none;
+}
+
#grey {
color: rgb(167, 169, 172);