From e2f18e6b8dfff8457ebcc556c4e0c702309555fd Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 29 Oct 2017 11:46:02 +0100 Subject: [PATCH] Update stylesheet for better custom theme integration (e.g. Ubuntu) --- stylesheet.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index f91b816..b5b6b41 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -28,7 +28,7 @@ } .menu-item-box { - background-color: #454c4c; + background-color: rgba(255, 255, 255, 0.05); padding:6px; border-radius: 4px; spacing: 12px; @@ -37,7 +37,7 @@ .menu-item-box:hover, .menu-item-box:focus { - background-color: #5d6767; + background-color: rgba(255, 255, 255, 0.12); } .account-group-label { @@ -71,7 +71,7 @@ } .overflow-badge { - color:#393f3f; + color: #393f3f; background-color: #59594f; /*#8e8e80;*/ font-size: small; padding: 0em 0.4em 0em 0.4em; @@ -81,4 +81,4 @@ .avatar { border-radius: 4px; background-size:contain; -} \ No newline at end of file +}