aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-05-17 01:32:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-05-17 01:32:25 +0200
commit6c21cb7b669a6778e57f7043c15446a38a1fc614 (patch)
treed4df2d192ab5c6b6f8a4c4bd8e3e6b0b4b36d8b8 /static/style.scss
parentTerminal reload events when jumping to today. (diff)
parentLong events now wholeday per default. (diff)
downloadcalp-6c21cb7b669a6778e57f7043c15446a38a1fc614.tar.gz
calp-6c21cb7b669a6778e57f7043c15446a38a1fc614.tar.xz
Merge branch 'jcal'
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss28
1 files changed, 0 insertions, 28 deletions
diff --git a/static/style.scss b/static/style.scss
index 7080189d..87e62637 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -898,34 +898,6 @@ along with their colors.
}
.timeinput {
-
- display: grid;
- grid-template-columns: 1fr [lbl-start] 1ch 1fr 1ch [lbl-end];
- grid-template-rows: [lbl-start] 0.7fr 1fr 1fr 0.3fr [lbl-end];
-
- label {
- background-color: rgba(10,20,30,0.7);
- color: white;
- border-radius: 1em;
-
- grid-column: lbl-start / lbl-end;
- grid-row: lbl-start / lbl-end;
-
- text-align: center;
-
- user-select: none;
-
- z-index: 1;
-
- }
-
- input {
- z-index: 2;
- }
-
- input:checked ~ input {
- z-index: 0;
- }
}
}