summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/play.css b/play.css
index d3fe3c8..00ba656 100644
--- a/play.css
+++ b/play.css
@@ -435,11 +435,17 @@ body.shift #capabilities2 {
}
.box {
+ box-sizing: border-box;
position: absolute;
border: 3px solid transparent;
+ border-radius: 15px 0 50% 50% / 15px 0 20px 20px;
+}
+
+.box.box16 {
+ border-radius: 0
}
-.box.calendar.action {
+.box.action {
border-color: white;
background-color: #fff6;
}