Set searchbox input color. Remove old custom.css
This commit is contained in:
parent
c4a0fb57db
commit
3bf22f1a7b
@ -950,6 +950,8 @@ body {
|
|||||||
border-radius: 4px; }
|
border-radius: 4px; }
|
||||||
.searchbox label {
|
.searchbox label {
|
||||||
color: rgba(200, 200, 200, 0.8); }
|
color: rgba(200, 200, 200, 0.8); }
|
||||||
|
.searchbox input {
|
||||||
|
color: #fff; }
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
background-color: #47314f; }
|
background-color: #47314f; }
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2,42 +2,11 @@
|
|||||||
Put your custom CSS in this file.
|
Put your custom CSS in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* sidebar big lower portion */
|
|
||||||
/*#sidebar {
|
|
||||||
background-color: #262c31;
|
|
||||||
background-color: #131114;
|
|
||||||
background-color: #34233a;
|
|
||||||
background-color: #2e2333;
|
|
||||||
background-color: #47314f;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* sidebar top portion */
|
|
||||||
/*#sidebar #header {
|
|
||||||
background-color: #111314;
|
|
||||||
background-color: #1e1321;
|
|
||||||
background-color: #111111;
|
|
||||||
background-color: #9c5ea2;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* search box in sidebar */
|
|
||||||
/*#sidebar #header .searchbox {
|
|
||||||
background: #262c31;
|
|
||||||
background: #222222;
|
|
||||||
border-color: #530e64;
|
|
||||||
border-color: #2e2333;
|
|
||||||
border-radius: 0px;
|
|
||||||
border-width: 2px;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* magnifying glass in search box */
|
|
||||||
/*#sidebar #header .searchbox label {
|
|
||||||
color: rgba(200, 200, 200, 0.8);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* search box entered text */
|
/* search box entered text */
|
||||||
|
/*
|
||||||
#sidebar #header .searchbox input {
|
#sidebar #header .searchbox input {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* search box placeholder text */
|
/* search box placeholder text */
|
||||||
#sidebar #header .searchbox input::placeholder {
|
#sidebar #header .searchbox input::placeholder {
|
||||||
@ -50,12 +19,6 @@ Put your custom CSS in this file.
|
|||||||
border-bottom: 1px solid #47314f
|
border-bottom: 1px solid #47314f
|
||||||
}
|
}
|
||||||
|
|
||||||
/* full content */
|
|
||||||
/*body {
|
|
||||||
background: #111111;
|
|
||||||
color: #dddddd;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* code blocks */
|
/* code blocks */
|
||||||
pre[class*="language-"] {
|
pre[class*="language-"] {
|
||||||
background: #222222 !important;
|
background: #222222 !important;
|
||||||
@ -100,14 +63,6 @@ code {
|
|||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sidebar topics */
|
|
||||||
/*#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
|
||||||
background: #322535;
|
|
||||||
background: #241e26;
|
|
||||||
background: #252226;
|
|
||||||
background: #312037;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* Sidebar currently selected main topic */
|
/* Sidebar currently selected main topic */
|
||||||
#sidebar ul li.active > a {
|
#sidebar ul li.active > a {
|
||||||
background: #111111;
|
background: #111111;
|
||||||
@ -130,37 +85,3 @@ blockquote {
|
|||||||
border-left: 10px solid #9C5EA2;
|
border-left: 10px solid #9C5EA2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hides the sub-menu item if parent not active
|
|
||||||
.dd-item .dd-item ul li {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dd-item .dd-item.active ul li,
|
|
||||||
.dd-item.parent > ul > li {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
Hides the sub-sub-menu menu-item if parent not active
|
|
||||||
.dd-item.parent > ul > li.dd-item.active > ul > li > ul > li {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dd-item.parent > ul > li.dd-item.active > ul > li {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* hide scrollbar from jquery.scrollbar. Firefox already adds one anyways */
|
|
||||||
/*.scroll-element.scroll-y {
|
|
||||||
display: none !important;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* random stuff */
|
|
||||||
/*.highlightable {
|
|
||||||
overflow: auto;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* table headings */
|
|
||||||
/*thead {
|
|
||||||
color: #111111;
|
|
||||||
}*/
|
|
||||||
|
@ -10,4 +10,8 @@
|
|||||||
label {
|
label {
|
||||||
color: rgba(200, 200, 200, 0.8)
|
color: rgba(200, 200, 200, 0.8)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
color: $white
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user