diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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; } |