diff --git a/app/styles/dependencies/elements.scss b/app/styles/dependencies/elements.scss index f4010f7b..2e6f6388 100644 --- a/app/styles/dependencies/elements.scss +++ b/app/styles/dependencies/elements.scss @@ -64,6 +64,7 @@ ol { list-style: decimal; } .pika-button { background: $green-taiga; box-shadow: inset 0 1px 3px $green-taiga; + border-radius: 0 !important; } } .is-today { @@ -74,7 +75,7 @@ ol { list-style: decimal; } .pika-button { &:hover { background: $fresh-taiga !important; //Important added because plugin has it :S - border-radius: 0; + border-radius: 0 !important; //Important added because plugin has it :S box-shadow: inset 0 1px 3px $fresh-taiga !important; //Important added because plugin has it :S } }