4,554
edits
No edit summary Tag: Reverted  | 
				No edit summary Tag: Manual revert  | 
				||
| Line 154: | Line 154: | ||
   background-color: transparent;  |    background-color: transparent;  | ||
   text-align: left;  |    text-align: left;  | ||
   padding-left: 6.2%;  | }  | ||
.suggestions {  | |||
	display: none!important;  | |||
}  | |||
#simpleSearch {  | |||
   position: relative; /* Set position to relative for stacking */  | |||
}  | |||
#searchform {  | |||
	padding-left: 6.2%;  | |||
	padding-bottom: 2%;  | |||
}  | }  | ||
#simpleSearch:before {  | |||
  content: "";  | |||
  position: absolute;  | |||
  top: 0;  | |||
  left: 0;  | |||
  width: 200%;  | |||
  height: 400%;  | |||
  background-color: rgba(255, 255, 255, 0.7); /* White background with 0.7 opacity */  | |||
  z-index: -1; /* Send the background behind other content */  | |||
  margin-left: -10%;  | |||
}  | }  | ||