File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 516
516
display : none;
517
517
}
518
518
519
- .searchform input : -ms-input-placeholder {
519
+ .searchbox input : -ms-input-placeholder {
520
520
color : rgba ( 255 , 255 , 255 , .4 );
521
+ opacity : 1 ;
522
+ }
523
+
524
+ .searchform input : -ms-input-placeholder {
525
+ color : rgba ( 134 , 134 , 134 , .666 );
526
+ opacity : 1 ;
521
527
}
522
528
}
Original file line number Diff line number Diff line change @@ -134,6 +134,11 @@ th {
134
134
font-weight : 300 ;
135
135
}
136
136
137
+ .searchbox input ::placeholder {
138
+ color : rgba ( 255 , 255 , 255 , .4 );
139
+ opacity : unset;
140
+ }
141
+
137
142
# content-wrapper {
138
143
display : flex;
139
144
flex-direction : column;
@@ -1582,6 +1587,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
1582
1587
margin-inline-end : .5rem ;
1583
1588
}
1584
1589
1590
+ .searchform input ::placeholder {
1591
+ color : rgba ( 134 , 134 , 134 , .666 );
1592
+ opacity : unset;
1593
+ }
1594
+
1585
1595
.searchform .btn {
1586
1596
display : inline-flex;
1587
1597
}
Original file line number Diff line number Diff line change @@ -416,8 +416,3 @@ pre .copy-to-clipboard-button:hover {
416
416
background-color : var (--INTERNAL-MAIN-BG-color ) !important ;
417
417
border-bottom-color : var (--INTERNAL-MAIN-BG-color ) !important ;
418
418
}
419
-
420
- .searchform input ::placeholder {
421
- color : var (--INTERNAL-MAIN-color );
422
- filter : grayscale (1 ) contrast (10000 ) opacity (.4 );
423
- }
You can’t perform that action at this time.
0 commit comments