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