diff options
author | marijus <mario@localhost.localdomain> | 2014-02-09 23:59:19 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-02-09 23:59:19 +0100 |
commit | 46153e4a5795a6ad6f088304233a4524a1e8409c (patch) | |
tree | 46b8d5208f62d811e73ee2e1f5cacf58b960f0e5 /view/theme | |
parent | 4fc0126661f2389843599a4a6829d8eb79a109e4 (diff) | |
download | volse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.tar.gz volse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.tar.bz2 volse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.zip |
moving background-color to style.css
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 08129aabb..8a43f5a51 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2467,4 +2467,5 @@ img.mail-list-sender-photo { .chat-item-text { border-radius: $radiuspx; + background-color:#eee; } |