From 9924c6049e47eca753d05cbaa440c4955f60424d Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Sat, 17 Aug 2024 14:26:45 -0500 Subject: [PATCH] Aesthetic changes to tooltip (radius, bg color) Matching tooltip color to the background of the input it belongs to, for better cohesion. Removed border-radius as well. --- client/homebrew/brewRenderer/toolBar/toolBar.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.less b/client/homebrew/brewRenderer/toolBar/toolBar.less index 4ee2379cb..000cafa11 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.less +++ b/client/homebrew/brewRenderer/toolBar/toolBar.less @@ -45,9 +45,8 @@ height : 1.2lh; pointer-events : none; content : attr(value); - background-color : #D3D3D3; + background-color : #555555; border : 1px solid #A1A1A1; - border-radius : 5px; transform : translate(-50%, 50%); } }