diff options
Diffstat (limited to 'src/server/Design/LoggedIn/Home')
| -rw-r--r-- | src/server/Design/LoggedIn/Home/Add.hs | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/server/Design/LoggedIn/Home/Add.hs b/src/server/Design/LoggedIn/Home/Add.hs index f4e001f..6856af9 100644 --- a/src/server/Design/LoggedIn/Home/Add.hs +++ b/src/server/Design/LoggedIn/Home/Add.hs @@ -40,7 +40,8 @@ design = do        defaultInput inputHeight        borderRadius radius (px 0) (px 0) radius        "width" -: "calc(100% - 40px)" -    "input:focus + label" ? backgroundColor Color.silver +    input # focus |+ label ? +      backgroundColor Color.silver      hover & do        input ? borderColor Color.silver        label ? backgroundColor Color.silver | 
