1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_dropdowns.scss

107 lines
1.7 KiB
SCSS

div.headerDropdown {
background-color: $c-white;
display: none;
padding: 10px;
position: relative;
width: auto;
& > div.dropdownInner {
@include box-shadow(0);
min-height: 125px;
position: relative;
width: auto;
}
&.headerDropdown input[type=checkbox].css-checkbox {
display: none;
& + label.css-label {
@extend %clickable;
background-position: 0 0;
background-repeat: no-repeat;
display: inline-block;
font-size: 15px;
height: 15px;
margin-top: 0;
padding-left: 20px;
vertical-align: middle;
}
&:checked + label.css-label {
background-position: 0 -15px;
}
}
}
div.queryline {
color: $c-black;
height: 35px;
select,
input {
margin-bottom: 5px;
}
&.querylineAdd span {
color: $c-white;
padding-left: 10px;
position: relative;
top: -21px;
}
.removeFilterItem i {
margin-left: 5px !important;
margin-top: 0 !important;
}
div.searchByAttribute {
position: relative;
& > ul.gv-dropdown-menu {
@include border-radius(0);
background-color: $c-nav-bg;
color: $c-white;
display: none;
left: 0;
position: absolute;
top: 20px;
width: 247px;
}
}
}
div.dropdownImport {
background-color: $c-white;
display: none;
padding: {
top: 10px;
left: 10px;
right: 10px;
bottom: 5px;
}
position: relative;
input {
line-height: 0;
margin-bottom: -15px;
margin-top: 5px;
}
}
select.filterSelect {
margin-left: 10px;
margin-right: 10px;
width: 100px;
}
//TODO Le fix
#filterHeader button {
float: right;
margin-left: 10px !important;
margin-top: 1px;
}