27 Ekim 2015 Salı

Textbox ve Search button / turuncu tema

<style>
  .button6 {
    /*background-color: black;*/
    background-color: #393939 !important;
    color: orange !important;
    border: 2px solid #393939;
  }
  .button6:hover {
    border: 2px solid;
    text-decoration: none !important;
  }
</style>
<tr>
  <td class="gsc-input" style="width:162px !important; padding-right:3px !important">
    <input autocomplete="off" class="gsc-input" name="q" size="10" style="font-weight:bold; height:22px !important;  weight:188px; color:orange" title="search" type="text" value="">
  </td>
  <style>
    .buttonSearch {
      background-color: #4CAF50; /* Green */
      border: 1px solid orange;
      color: white;
      padding: 0px 11px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      -webkit-transition-duration: 0.4s; /* Safari */
      transition-duration: 0.4s;
      cursor: pointer;
      height:22px;
      margin-left:-6px;
    }

    .buttonSearchOrange {
      background-color: orange;
      color: white
        border: 2px solid green;
    }

    .buttonSearchOrange:hover {
      background-color: white;
      color: black;
      border-color: black;
      background-color:white;
      border-left-color: white;
    }
  </style>
  <td>
    <input class="buttonSearch buttonSearchOrange" placeholder="X" style="margin-top:4.5px !important" title="search" type="submit" value="Ara">
  </td>
</tr>

Hiç yorum yok:

Yorum Gönder