diff options
author | Joris | 2016-01-03 19:41:31 +0100 |
---|---|---|
committer | Joris | 2016-01-03 19:41:31 +0100 |
commit | a8309988518af5bddf62d6a326d990fde4069b40 (patch) | |
tree | 6ff9c0af27d78f8579b5c3975378a3c82899593c /src/server/Design/SignIn.hs | |
parent | 0cba27cba2b44756389d50bc113f23a2be87e978 (diff) |
Set focus properties to button elements
Diffstat (limited to 'src/server/Design/SignIn.hs')
-rw-r--r-- | src/server/Design/SignIn.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/Design/SignIn.hs b/src/server/Design/SignIn.hs index a90832e..a565ee4 100644 --- a/src/server/Design/SignIn.hs +++ b/src/server/Design/SignIn.hs @@ -8,6 +8,7 @@ import Clay import Design.Color as C import Design.Helper +import Design.Constants signInDesign :: Css signInDesign = @@ -17,9 +18,10 @@ signInDesign = button ? do display block margin (em 5) auto (em 2) auto - iconButton C.blue C.white (em 2.5) + iconButton C.blue C.white (em 2.5) focusLighten fontSize (em 1.5) position relative + ".waitingServer" & ("cursor" -: "not-allowed") ".error" ? do textAlign (alignSide sideCenter) |