diff options
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 14e5a86..e99ccd1 100644 --- a/css/main.css +++ b/css/main.css @@ -341,3 +341,12 @@ .drag-hover-bottom { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(255, 66, 66, 0.65) 100%); } + +.friends-list list { + background: @background_color; + padding-left: 10px; +} + +.friends-list-row-bot { + color: #ff0000; +} |