diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-20 12:52:57 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-20 19:00:40 +0200 |
commit | ee3f66c24c3a8fba4ee1867e15f7c0814abdb100 (patch) | |
tree | a0115ae8a0960572d467735d94d439025aa9fe64 /themes/alps/assets | |
parent | 7142da950d468edd04f3fdb509634684fc28c38f (diff) | |
download | alps-ee3f66c24c3a8fba4ee1867e15f7c0814abdb100.tar.gz alps-ee3f66c24c3a8fba4ee1867e15f7c0814abdb100.zip |
alps theme: layout settings page
Diffstat (limited to 'themes/alps/assets')
-rw-r--r-- | themes/alps/assets/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index 8ce6549..2c8ce16 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -543,6 +543,18 @@ main.calendar .date h4 { main.calendar .date h4 .da { font-size: 1.2rem; } +main.settings form { + max-width: 600px; +} + +main.settings button { + background-color: white; +} + +main.settings button:hover { + background-color: #f8f8f8; +} + input[type="submit"], .button, button, |