playing with css

This commit is contained in:
nek0 2015-10-19 17:15:14 +02:00
parent f171a01194
commit 0fcbbed76e
2 changed files with 9 additions and 3 deletions

View file

@ -117,9 +117,8 @@ renderLayout widget = do
, js_picturefill_js
])
$(combineStylesheets 'StaticR
[
-- css_normalize_css
css_bootstrap_min_css
[ css_bootstrap_min_css
, css_style_global_css
])
$(widgetFile "default-layout")

View file

@ -274,3 +274,10 @@
color: #d64760;
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);
}