Commit 14008bb5 authored by Romain DELEAU's avatar Romain DELEAU

fix repeat-task css

parent 6bed8d24
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
position: relative; position: relative;
background-color: var(--piece-background-color); background-color: var(--piece-background-color);
transition: all 0.5s ease; transition: all 0.5s ease;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-top-right-radius: 50%; border-top-right-radius: 50%;
border-bottom-right-radius: 50%; border-bottom-right-radius: 50%;
...@@ -99,5 +96,7 @@ ...@@ -99,5 +96,7 @@
left: 0px; left: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
border-left: 1px solid black; border: 1px solid black;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment