Fixed border-radius in datepicker

stable
Xavier Julián 2014-08-06 12:30:39 +02:00
parent 2e0301c7cb
commit 8c2a82ad09
1 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ ol { list-style: decimal; }
.pika-button { .pika-button {
background: $green-taiga; background: $green-taiga;
box-shadow: inset 0 1px 3px $green-taiga; box-shadow: inset 0 1px 3px $green-taiga;
border-radius: 0 !important;
} }
} }
.is-today { .is-today {
@ -74,7 +75,7 @@ ol { list-style: decimal; }
.pika-button { .pika-button {
&:hover { &:hover {
background: $fresh-taiga !important; //Important added because plugin has it :S 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 box-shadow: inset 0 1px 3px $fresh-taiga !important; //Important added because plugin has it :S
} }
} }