mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 17:32:38 +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;
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user