aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-25 14:11:41 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-25 14:17:53 +0200
commit352dd364d2359f59d69db3e9296b85753ecefbdd (patch)
treebdd7b81977e470cf557e0292162e0b079d425ac6 /view/theme
parentfe318d4eb89484c0eeb829f15dcbee94081fc080 (diff)
downloadvolse-hubzilla-352dd364d2359f59d69db3e9296b85753ecefbdd.tar.gz
volse-hubzilla-352dd364d2359f59d69db3e9296b85753ecefbdd.tar.bz2
volse-hubzilla-352dd364d2359f59d69db3e9296b85753ecefbdd.zip
drop box-shadow from generic-content-wrapper (it's probably too 90') and use transparent colors for borders to work better with alternate background colors
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6e516b21e..0bb523457 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1051,12 +1051,14 @@ img.mail-conv-sender-photo {
}
#profile-jot-wrapper {
- background-color: rgba(254,254,254,1);
- border: 1px solid #ccc;
+ background-color: rgba(254, 254, 254, 1);
+ border: 1px solid rgba(0, 0, 0, .2);
border-radius: $radius;
}
+#jot-title,
+#jot-pagetitle,
#profile-jot-text {
border-radius: $radius;
}
@@ -1208,7 +1210,6 @@ img.mail-conv-sender-photo {
}
#note-text {
- border: 1px solid #ccc;
border-radius: $radius;
}
@@ -1303,8 +1304,7 @@ img.mail-conv-sender-photo {
}
.generic-content-wrapper {
- border: 1px solid #ccc;
- box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
+ border: 1px solid rgba(0, 0, 0, .2);
border-radius: $radius;
margin-bottom: 1.5rem;
}