aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-02-09 23:52:09 +0100
committermarijus <mario@localhost.localdomain>2014-02-09 23:52:09 +0100
commit4fc0126661f2389843599a4a6829d8eb79a109e4 (patch)
tree3417c594a21e0de20b5d96a9555131f762015102 /view/theme/redbasic/css
parent66e7d182d499a7a8a854f64fb4c4746c283bef4a (diff)
downloadvolse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.tar.gz
volse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.tar.bz2
volse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.zip
theming chat a little
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6164407e8..08129aabb 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2455,8 +2455,16 @@ img.mail-list-sender-photo {
.abook-self {
background-color: #ffdddd;
}
+
.online-now {
color: red;
cursor: pointer;
}
+.chat-item-photo {
+ border-radius: $radiuspx;
+}
+
+.chat-item-text {
+ border-radius: $radiuspx;
+}