Move searchbox to scss
This commit is contained in:
parent
cfc01dc857
commit
06e257b5e9
@ -944,6 +944,11 @@ body {
|
|||||||
#header {
|
#header {
|
||||||
background: #9c5ea2; }
|
background: #9c5ea2; }
|
||||||
|
|
||||||
|
.searchbox {
|
||||||
|
border: 2px solid #a66eab;
|
||||||
|
background: #8d5492;
|
||||||
|
border-radius: 4px; }
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
background-color: #47314f; }
|
background-color: #47314f; }
|
||||||
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -20,14 +20,14 @@ Put your custom CSS in this file.
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
/* search box in sidebar */
|
/* search box in sidebar */
|
||||||
#sidebar #header .searchbox {
|
/*#sidebar #header .searchbox {
|
||||||
/*background: #262c31;*/
|
background: #262c31;
|
||||||
background: #222222;
|
background: #222222;
|
||||||
/*border-color: #530e64;*/
|
border-color: #530e64;
|
||||||
border-color: #2e2333;
|
border-color: #2e2333;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* magnifying glass in search box */
|
/* magnifying glass in search box */
|
||||||
#sidebar #header .searchbox label {
|
#sidebar #header .searchbox label {
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
#header {
|
#header {
|
||||||
background: $header-bg;
|
background: $header-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchbox {
|
||||||
|
border: 2px solid lighten($header-bg, 5%);
|
||||||
|
background: darken($header-bg,5%);
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user