mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 11:22:39 +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:
@@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user