The #search-theme-form #edit-submit is not a global id,

#search-theme-form #edit-submit {
    background: url("images/search.png") no-repeat scroll center center transparent;
    border: 0 none;
    height: 20px;
    left: -33px;
    position: relative;
    top: 1px;
    width: 25px;
    color: transparent;
}
CommentFileSizeAuthor
#1 patch-style.css-20110124-b.txt715 bytesgtsopour
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gtsopour’s picture

Status: Active » Patch (to be ported)
FileSize
715 bytes

Change to

#search-theme-form .form-submit{
    background: url("images/search.png") no-repeat scroll center center transparent;
    border: 0 none;
    height: 20px;
    left: -33px;
    position: relative;
    top: 1px;
    width: 25px;
    color: transparent;
    cursor:pointer;
}
skounis’s picture

Status: Patch (to be ported) » Closed (fixed)

patch committed to 6.x-1.x branch