aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index cda0b19..f569134 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -324,4 +324,28 @@ body.no-input #week-selector {
body.no-input #search input:-ms-input-placeholder {
color: #757575;
}
+}
+
+.tooltip {
+ display: none;
+}
+
+body.no-input .tooltip {
+ display: block;
+ position: absolute;
+ background-color: white;
+ padding: 15px;
+ margin: 32px 8px;
+ border-radius: 2px;
+}
+
+body.no-input .tooltip::before {
+ content: '';
+ width: 24px;
+ height: 24px;
+ background-color: white;
+ top: -12px;
+ position: absolute;
+ transform: rotate(45deg);
+ z-index: -1;
} \ No newline at end of file