aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-12-14 12:57:59 +0100
committerNoah Loomans <noahloomans@gmail.com>2016-12-14 12:57:59 +0100
commit7c4d1ca2d771ee527201ccd6447e70da97ad33be (patch)
treee151354bb2182d9788c0e2e8e85d560ccb862f3f /public/stylesheets/style.css
parenta016343e0a88e1bb46a2deed0b27dda7b6bc7e44 (diff)
parentb7027583efff12e1bd5acdbb4077ab36c5226839 (diff)
Merge branch 'refactor' into beta
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 1dbe1c7..7c39421 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -132,6 +132,7 @@ li:hover {
width: 100vw;
border: 0;
padding: 0;
+ overflow: auto;
}
body.searched #search-space-filler {
@@ -176,6 +177,10 @@ body.searched #search-space-filler {
justify-content: center;
}
+#week-selector .current.changed {
+ font-weight: bold;
+}
+
#week-selector button {
background: transparent;
color: white;