assets/css/home.css in word-games-theme-1.5.6 vs assets/css/home.css in word-games-theme-1.5.7
- 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;
@@ -160,22 +160,21 @@
font-weight: 500 !important;
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 {
- /* Microsoft Edge */
-/* color: var(--txtColor);
-opacity: 0.5;
-font-weight: 500 !important;
-} */
+.txtBox::-ms-input-placeholder {
+ 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;
@@ -183,11 +182,9 @@
border: none;
position: absolute;
top: 0px;
right: 0px;
outline: none;
- /* border-top-right-radius: 8px;
- border-bottom-right-radius: 8px; */
background-color: #000;
}
.advancedFilter .filterButton {
background: #f8f9fa;
\ No newline at end of file