updates on customization/ using built css and preview css
This commit is contained in:
parent
5f6ce90db8
commit
f10d1dd135
|
@ -14,6 +14,7 @@
|
||||||
@general-clipboard-border-radius: @global-small-border-radius;
|
@general-clipboard-border-radius: @global-small-border-radius;
|
||||||
|
|
||||||
@general-search-form-background: @global-secondary-background;
|
@general-search-form-background: @global-secondary-background;
|
||||||
|
@general-search-form-background-image: none;
|
||||||
|
|
||||||
@general-tab-featured-tab: @global-primary-background;
|
@general-tab-featured-tab: @global-primary-background;
|
||||||
|
|
||||||
|
@ -167,7 +168,8 @@ noscript, ol, section, table, tfoot, ul, video;
|
||||||
|
|
||||||
/* Search Form */
|
/* Search Form */
|
||||||
.search-form {
|
.search-form {
|
||||||
background: @general-search-form-background;
|
background-color: @general-search-form-background;
|
||||||
|
background-image: @general-search-form-background-image;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Filter slider */
|
/* Filter slider */
|
||||||
|
|
Loading…
Reference in New Issue