summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_dropdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/custom/_dropdown.scss')
-rw-r--r--src/assets/styles/bmc/custom/_dropdown.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/custom/_dropdown.scss b/src/assets/styles/bmc/custom/_dropdown.scss
index 010b9b3f..1ea80d9f 100644
--- a/src/assets/styles/bmc/custom/_dropdown.scss
+++ b/src/assets/styles/bmc/custom/_dropdown.scss
@@ -1,11 +1,16 @@
// Make calendar visible over the table
.dropdown-menu {
+ border-radius: 5px;
z-index: $zindex-dropdown + 1;
padding: 0;
+ a {
+ border-radius: 5px;
+ }
}
.dropdown-item {
padding-left: $spacer/4;
margin-top: -1 * $spacer/4;
+ background-color: $white;
}
// .b-dropdown-form {
// padding: $spacer/2;