0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 21:52:43 +00:00

text input changes (text-transform, radius, border, focus)

Aligning input here with Properties editor inputs.  Removed border radius, added thin border, a focus border.
This commit is contained in:
Gazook89
2024-08-17 14:45:50 -05:00
parent 9924c6049e
commit fc96f6bf95

View File

@@ -19,9 +19,9 @@
padding : 2px 5px; padding : 2px 5px;
font-family : 'Open Sans', sans-serif; font-family : 'Open Sans', sans-serif;
color : #000000; color : #000000;
text-transform : uppercase;
background : #EEEEEE; background : #EEEEEE;
border-radius : 7px; border : 1px solid gray;
&:focus { outline : 1px solid #d3d3d3; }
&.slider { &.slider {
color: #D3D3D3; color: #D3D3D3;