aboutsummaryrefslogtreecommitdiffstats
path: root/view
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:11:41 +0200
commit2ede8e3675b5c38f3b8fa050f9d3ab1b76090a51 (patch)
tree3f0749f7463f0feaa63d71b9afc5956b27a9bcda /view
parentc0bf3c8af1b220f409cff2577f35cb768c7ef42c (diff)
downloadvolse-hubzilla-2ede8e3675b5c38f3b8fa050f9d3ab1b76090a51.tar.gz
volse-hubzilla-2ede8e3675b5c38f3b8fa050f9d3ab1b76090a51.tar.bz2
volse-hubzilla-2ede8e3675b5c38f3b8fa050f9d3ab1b76090a51.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')
-rw-r--r--view/css/conversation.css8
-rw-r--r--view/css/widgets.css1
-rw-r--r--view/theme/redbasic/css/style.css10
3 files changed, 10 insertions, 9 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index c0d6712a9..cff59aecb 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -15,11 +15,11 @@
#jot-title-wrap,
#jot-pagetitle-wrap,
#jot-category-wrap {
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#jot-attachment-wrap {
- border-top: 1px solid #ccc;
+ border-top: 1px solid rgba(0, 0, 0, .2);
}
#jot-title-wrap input,
@@ -65,7 +65,7 @@
}
#profile-jot-submit-wrapper {
- border-top: 1px solid #ccc;
+ border-top: 1px solid rgba(0, 0, 0, .2);
}
/* conversation */
@@ -96,7 +96,7 @@
left: 3px;
bottom: 0px;
color: #fff;
- text-shadow: 1px 1px 3px rgba(0,0,0,0.5);;
+ text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
display: none;
}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 48df1811f..9730d6915 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -41,6 +41,7 @@ li:hover .widget-nav-pills-icons {
/* notes */
#note-text {
+ border: 1px solid rgba(0,0,0,.125);
padding: 5px;
width: 100%;
resize: none;
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;
}