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:
@@ -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%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user