aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-06-02 00:01:19 -0700
committerzotlabs <mike@macgirvin.com>2018-06-02 00:01:19 -0700
commit5f612521da11cd4b9245909bf0a99a7431272e93 (patch)
tree690b4d2eda5a99256549c9ae210065e0d3033fbb /view/theme
parenta6ab3dd36a78adbdd67ae9e7e25a3281cbcf9a58 (diff)
parent53efd4e470f10e123209ed63b90213b20a87e011 (diff)
downloadvolse-hubzilla-5f612521da11cd4b9245909bf0a99a7431272e93.tar.gz
volse-hubzilla-5f612521da11cd4b9245909bf0a99a7431272e93.tar.bz2
volse-hubzilla-5f612521da11cd4b9245909bf0a99a7431272e93.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 4488dcddd..002fa700a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1271,9 +1271,8 @@ img.mail-conv-sender-photo {
}
.menu-img-1 {
- height: 1.5em;
- width: 1.5em;
- margin-right: 5px;
+ height: 1.28571429em;
+ width: 1.28571429em;
border-radius: $radius;
}
@@ -1799,3 +1798,11 @@ dl.bb-dl > dd > li {
.cover-photo-review {
margin-bottom: 10px;
}
+
+.hover-fx-hide {
+ opacity: 0;
+}
+
+.hover-fx-show:hover .hover-fx-hide {
+ opacity: 1;
+}