0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 14:02:40 +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;
font-family : 'Open Sans', sans-serif;
color : #000000;
text-transform : uppercase;
background : #EEEEEE;
border-radius : 7px;
border : 1px solid gray;
&:focus { outline : 1px solid #d3d3d3; }
&.slider {
color: #D3D3D3;