0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 06:52:38 +00:00

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.
This commit is contained in:
Gazook89
2024-08-17 14:26:45 -05:00
parent 21e9251043
commit 9924c6049e

View File

@@ -45,9 +45,8 @@
height : 1.2lh; height : 1.2lh;
pointer-events : none; pointer-events : none;
content : attr(value); content : attr(value);
background-color : #D3D3D3; background-color : #555555;
border : 1px solid #A1A1A1; border : 1px solid #A1A1A1;
border-radius : 5px;
transform : translate(-50%, 50%); transform : translate(-50%, 50%);
} }
} }