diff options
author | marijus <mario@localhost.localdomain> | 2014-02-09 23:52:09 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-02-09 23:52:09 +0100 |
commit | 4fc0126661f2389843599a4a6829d8eb79a109e4 (patch) | |
tree | 3417c594a21e0de20b5d96a9555131f762015102 /view/theme | |
parent | 66e7d182d499a7a8a854f64fb4c4746c283bef4a (diff) | |
download | volse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.tar.gz volse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.tar.bz2 volse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.zip |
theming chat a little
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
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; +} |