From 2e0301c7cb3c4e1339471d75827699ddba77a7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 6 Aug 2014 12:22:55 +0200 Subject: [PATCH] Fix Issue #294 No se ven los calendarios al crear un nuevo sprint --- app/styles/dependencies/elements.scss | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/app/styles/dependencies/elements.scss b/app/styles/dependencies/elements.scss index 921bef82..f4010f7b 100644 --- a/app/styles/dependencies/elements.scss +++ b/app/styles/dependencies/elements.scss @@ -52,3 +52,30 @@ ol { list-style: decimal; } background: url('/images/invitation_bg.jpg') no-repeat center center; background-size: cover; } + + +//Datepicker +.pika-single { + z-index: 999999; + .pika-title { + color: $grayer; + } + .is-selected { + .pika-button { + background: $green-taiga; + box-shadow: inset 0 1px 3px $green-taiga; + } + } + .is-today { + .pika-button { + color: $green-taiga; + } + } + .pika-button { + &:hover { + background: $fresh-taiga !important; //Important added because plugin has it :S + border-radius: 0; + box-shadow: inset 0 1px 3px $fresh-taiga !important; //Important added because plugin has it :S + } + } +}