From 8c2a82ad092a84068fdca671369e46b028a544e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 6 Aug 2014 12:30:39 +0200 Subject: [PATCH] Fixed border-radius in datepicker --- app/styles/dependencies/elements.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }