aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-10 00:32:49 +0100
committermarijus <mario@localhost.localdomain>2013-12-10 00:32:49 +0100
commit76d8501d671ae7d4234f1a905cd0e506c7f9b23e (patch)
tree3731b6a86621be0f706954a85dd6016793918b2c /view/theme/redbasic/css
parent75ebf06131e935795b7072acc012c9e37669eade (diff)
downloadvolse-hubzilla-76d8501d671ae7d4234f1a905cd0e506c7f9b23e.tar.gz
volse-hubzilla-76d8501d671ae7d4234f1a905cd0e506c7f9b23e.tar.bz2
volse-hubzilla-76d8501d671ae7d4234f1a905cd0e506c7f9b23e.zip
saved search icon work and bugfixes for #tags not beeing deletable and save button showing if saved search is disabled
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 14a708e55..ede7c4abd 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1232,13 +1232,26 @@ a.mail-list-link {
.groupsideedit {
margin-right: 10px;
}
+
#saved-search-ul {
list-style-type: none;
}
+
+.saved-search-li i {
+ opacity: 0;
+}
+
+.saved-search-li:hover i {
+ opacity: 1;
+}
+
+/*
.savedsearchdrop, .savedsearchterm {
float: left;
margin-top: 10px;
}
+*/
+
.savedsearchterm {
margin-left: 10px;
}
@@ -2985,4 +2998,4 @@ img.mail-list-sender-photo {
.comment-edit-text-full {
color: black;
}
-.suggest-widget-more { margin-top: 10px; } \ No newline at end of file
+.suggest-widget-more { margin-top: 10px; }