Fixed border-radius in datepicker
parent
2e0301c7cb
commit
8c2a82ad09
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue