search responsive added

parent 67afa1d3
......@@ -15,6 +15,19 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
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 ----------- */
......@@ -33,6 +46,18 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
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+ ----------- */
......@@ -51,6 +76,18 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
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 ----------- */
......@@ -69,6 +106,18 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
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 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
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 ----------- */
......@@ -108,22 +169,16 @@
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b;
}
}
/* ----------- Windows Phone ----------- */
/* Portrait and Landscape */
@media screen
and (device-width: 480px)
and (device-height: 800px) {
.skin-yellow .main-header .navbar .dropdown-menu li.divider {
background-color: rgba(255, 255, 255, 0.1);
}
.skin-yellow .main-header .navbar .dropdown-menu li a {
color: #3c8dbc;
#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;
}
.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