assets/css/home.css in word-games-theme-1.5.5 vs assets/css/home.css in word-games-theme-1.5.6
- old
+ new
@@ -74,20 +74,20 @@
border: solid 1px rgba(0, 0, 0, 0.1);
background: #fff;
padding: 0;
width: 100%;
font-size: 15px;
- font-weight: 700;
+ /* font-weight: 700; */
font-style: normal;
letter-spacing: normal;
color: var(--txtColor);
text-indent: 15px;
outline: none;
position: relative;
}
-.txtBox~.focus-border:before,
+/* .txtBox~.focus-border:before,
.txtBox~.focus-border:after {
content: "";
position: absolute;
top: 0;
right: 0;
@@ -112,18 +112,18 @@
.has-content.txtBox~.focus-border:before,
.has-content.txtBox~.focus-border:after {
width: 100%;
transition: .5s;
transition-delay: 0.6s;
-}
+} */
-.txtBox:focus~.focus-border:after,
+/* .txtBox:focus~.focus-border:after,
.has-content.txtBox~.focus-border:after {
transition-delay: 0.2s;
-}
+} */
-.txtBox:focus~.focus-border i:before,
+/* .txtBox:focus~.focus-border i:before,
.txtBox:focus~.focus-border i:after,
.has-content.txtBox~.focus-border i:before,
.has-content.txtBox~.focus-border i:after {
height: 100%;
transition: 0.2s;
@@ -142,13 +142,13 @@
left: 0;
width: 2px;
height: 0;
background-color: #000;
transition: .5s;
-}
+} */
-.txtBox~.focus-border i:after {
+/* .txtBox~.focus-border i:after {
left: auto;
right: 0;
top: auto;
bottom: 0;
transition-delay: 0.4s;
@@ -161,22 +161,21 @@
text-transform: capitalize;
}
.txtBox::-ms-input-placeholder {
/* Internet Explorer 10-11 */
- color: var(--txtColor);
- opacity: 0.5;
- font-weight: 500 !important;
-}
+/* color: var(--txtColor);
+opacity: 0.5;
+font-weight: 500 !important;
+} */
-.txtBox::-ms-input-placeholder {
+/* .txtBox::-ms-input-placeholder {
/* Microsoft Edge */
- color: var(--txtColor);
- opacity: 0.5;
- font-weight: 500 !important;
-}
-
+/* color: var(--txtColor);
+opacity: 0.5;
+font-weight: 500 !important;
+} */
.serachBtn {
border-radius: 0px;
background: url(../images/search.svg) no-repeat center center;
background-size: 35px 35px;
height: 70px;
@@ -248,10 +247,10 @@
font-size: 15px;
width: 142px;
overflow: hidden;
object-fit: cover;
right: 69px;
- padding: 19px 0;
+ /* padding: 19px 0; */
border-bottom: 0 !important;
border-radius: 0;
border: none;
box-shadow: none;
background: white;
\ No newline at end of file