From 4e17067a07e0bb35fbc35109843854a6f19c0ad5 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 20 Oct 2019 00:36:40 +0300 Subject: [PATCH] Update context and auto complete menu styles --- client/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 4d43de00..41b276bf 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -2121,13 +2121,13 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ position: absolute; list-style: none; margin: 0; - padding: 0; + padding: 0 6px; min-width: 180px; font-size: 14px; background-color: #fff; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; + border-radius: 5px; } .context-menu-divider { @@ -2146,6 +2146,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ margin-bottom: 6px; line-height: 1.4; transition: background-color 0.2s; + border-radius: 3px; } .context-menu-item:focus, @@ -2154,7 +2155,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ .textcomplete-item:hover, .textcomplete-menu .active, #chat .userlist .user.active { - background-color: #f6f6f6; + background-color: rgba(0, 0, 0, 0.1); transition: none; outline: 0; }