diff --git a/less/general.less b/less/general.less index ccf066c..d186d80 100644 --- a/less/general.less +++ b/less/general.less @@ -14,6 +14,7 @@ @general-clipboard-border-radius: @global-small-border-radius; @general-search-form-background: @global-secondary-background; +@general-search-form-background-image: none; @general-tab-featured-tab: @global-primary-background; @@ -167,7 +168,8 @@ noscript, ol, section, table, tfoot, ul, video; /* Search Form */ .search-form { - background: @general-search-form-background; + background-color: @general-search-form-background; + background-image: @general-search-form-background-image; } /* Filter slider */