summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/client/css/partials/dropdown-menu.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss
index 798c4741..540c2e58 100644
--- a/res/client/css/partials/dropdown-menu.scss
+++ b/res/client/css/partials/dropdown-menu.scss
@@ -1,11 +1,8 @@
.dropdown-menu {
- width: 180px;
+ border: 1px solid $mid-grey;
color: $dark-grey;
font-size: $h3-size;
list-style-type: none;
- margin-top: 6px;
- border: 1px solid $mid-grey;
- background: white;
z-index: 100;
@include rz-box-shadow(0px, 3px, 6px, 0px, rgba(0,0,0,0.3) );
}
@@ -13,6 +10,7 @@
.dropdown-item {
padding: 6px 0px 6px 18px;
cursor: pointer;
+ text-align: left;
}
.dropdown-item:hover {
@@ -24,10 +22,18 @@
.dropdown-menu-heading {
font-family: $bold-font-family;
+ background-color: lightgrey;
border-bottom: 1px solid $mid-light-grey;
}
.dropdown-menu-heading:hover {
padding: 6px 0px 6px 18px;
cursor: default;
+}
+
+#menu__type-filter {
+ position: relative;
+ right: 220px;
+ top: -5px;
+ width: 200px;
} \ No newline at end of file