playing with css
This commit is contained in:
parent
f171a01194
commit
0fcbbed76e
2 changed files with 9 additions and 3 deletions
|
@ -117,9 +117,8 @@ renderLayout widget = do
|
||||||
, js_picturefill_js
|
, js_picturefill_js
|
||||||
])
|
])
|
||||||
$(combineStylesheets 'StaticR
|
$(combineStylesheets 'StaticR
|
||||||
[
|
[ css_bootstrap_min_css
|
||||||
-- css_normalize_css
|
, css_style_global_css
|
||||||
css_bootstrap_min_css
|
|
||||||
])
|
])
|
||||||
$(widgetFile "default-layout")
|
$(widgetFile "default-layout")
|
||||||
|
|
||||||
|
|
|
@ -274,3 +274,10 @@
|
||||||
color: #d64760;
|
color: #d64760;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control:focus
|
||||||
|
{
|
||||||
|
border-color: #fff9b7;
|
||||||
|
outline: 0px none;
|
||||||
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255,249,183, 0.6);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue