Added/Changed z-index and font-style

This commit is contained in:
LebCit
2018-12-03 21:18:15 +02:00
parent 97d20e9a81
commit 7c711199a9
+5 -3
View File
@@ -10,7 +10,7 @@
height: 100%; height: 100%;
background: #f1f1f1; background: #f1f1f1;
position: absolute; position: absolute;
z-index: 9; z-index: 99997;
top: 0; top: 0;
right: 0; right: 0;
-webkit-transform-origin: 100% 0; -webkit-transform-origin: 100% 0;
@@ -63,10 +63,11 @@
height: 100%; height: 100%;
padding: 0 10% 0 10px !important; padding: 0 10% 0 10px !important;
font-weight: 700; font-weight: 700;
font-style: italic;
border: none !important; border: none !important;
background: transparent !important; background: transparent !important;
font-size: 0.8em; font-size: 0.8em;
color: #ec5a62 !important; color: #ec5a62; /* added ' !important' with Kirki */
-webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1); transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
} }
@@ -220,6 +221,7 @@ input[type="search"] {
position: absolute; position: absolute;
pointer-events: none; pointer-events: none;
opacity: 0; opacity: 0;
z-index: auto;
} }
/* Morphing Search Page Content */ /* Morphing Search Page Content */
@@ -372,7 +374,7 @@ input[type="search"] {
overflow-wrap: break-word; overflow-wrap: break-word;
box-shadow: 2px 2px 3px #888888; box-shadow: 2px 2px 3px #888888;
background: #FFF; background: #FFF;
z-index: 10; z-index: 99998;
} }
.ui-menu-item { .ui-menu-item {