Файл: modules/search/plugins/style.php
Строк: 24
<?php
<style>
.search-button {
  
  background: none;
  padding: 7px 1em;
  color: gray;
  position: absolute;
  right: 5px;
  border: none;
  top: 3px;
  
}
.web-search-form {
  
  position: relative;
  left: 5px;
  width: 240px;
  
}
.web-search-button {
  
  position: absolute;
  right: 0px;
  top: 16px;
  background: none;
  border: none;
  color: #ABC5DA;
  
}
.web-search {
  
  background-color: rgba(50, 50, 50, 0.4);
  border: none;
  padding: 9px;
  border-radius: 15px;
  width: 230px;
  
}
.web-search::-webkit-input-placeholder {color: #8DB0CD;}
.web-search::-moz-placeholder          {color: #8DB0CD;}
.web-search:-moz-placeholder           {color: #8DB0CD;}
.web-search:-ms-input-placeholder      {color: #8DB0CD;}
.web-search:focus {
  
  background-color: white;
  color: #606467;
  
}
</style>
?>