search responsive added

parent 67afa1d3
...@@ -15,6 +15,19 @@ ...@@ -15,6 +15,19 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover { .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b; background: #e08e0b;
} }
#option-list {
margin-top: 8px;
display: none;
position: absolute;
border-radius: 3px;
background-color: white;
width: 210px !important;
max-height: 541px;
overflow: auto;
left: 26px;
z-index: 1;
}
} }
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */ /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
...@@ -33,6 +46,18 @@ ...@@ -33,6 +46,18 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover { .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b; background: #e08e0b;
} }
#option-list {
margin-top: 8px;
display: none;
position: absolute;
border-radius: 3px;
background-color: white;
width: 210px !important;
max-height: 541px;
overflow: auto;
left: 26px;
z-index: 1;
}
} }
/* ----------- iPhone 6+, 7+ and 8+ ----------- */ /* ----------- iPhone 6+, 7+ and 8+ ----------- */
...@@ -51,6 +76,18 @@ ...@@ -51,6 +76,18 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover { .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b; background: #e08e0b;
} }
#option-list {
margin-top: 8px;
display: none;
position: absolute;
border-radius: 3px;
background-color: white;
width: 210px !important;
max-height: 541px;
overflow: auto;
left: 26px;
z-index: 1;
}
} }
/* ----------- iPhone X ----------- */ /* ----------- iPhone X ----------- */
...@@ -69,6 +106,18 @@ ...@@ -69,6 +106,18 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover { .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b; background: #e08e0b;
} }
#option-list {
margin-top: 8px;
display: none;
position: absolute;
border-radius: 3px;
background-color: white;
width: 210px !important;
max-height: 541px;
overflow: auto;
left: 26px;
z-index: 1;
}
} }
...@@ -90,6 +139,18 @@ ...@@ -90,6 +139,18 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover { .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b; background: #e08e0b;
} }
#option-list {
margin-top: 8px;
display: none;
position: absolute;
border-radius: 3px;
background-color: white;
width: 210px !important;
max-height: 541px;
overflow: auto;
left: 26px;
z-index: 1;
}
} }
/* ----------- Galaxy S6 ----------- */ /* ----------- Galaxy S6 ----------- */
...@@ -108,22 +169,16 @@ ...@@ -108,22 +169,16 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover { .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b; background: #e08e0b;
} }
} #option-list {
margin-top: 8px;
display: none;
/* ----------- Windows Phone ----------- */ position: absolute;
border-radius: 3px;
/* Portrait and Landscape */ background-color: white;
@media screen width: 210px !important;
and (device-width: 480px) max-height: 541px;
and (device-height: 800px) { overflow: auto;
.skin-yellow .main-header .navbar .dropdown-menu li.divider { left: 26px;
background-color: rgba(255, 255, 255, 0.1); z-index: 1;
}
.skin-yellow .main-header .navbar .dropdown-menu li a {
color: #3c8dbc;
} }
.skin-yellow .main-header .navbar .dropdown-menu li a:hover { }
background: #e08e0b;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment