Merge pull request #994 from Reylak/dev
RedBasic theme dark schema update
This commit is contained in:
commit
4fdad3b8af
@ -15,11 +15,24 @@ textarea, input, select
|
|||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#jot-title {
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
#jot-title-wrap {
|
#jot-title-wrap {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#jot-category-wrap {
|
||||||
|
border-bottom: none;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bootstrap-tagsinput {
|
||||||
|
background: #333;
|
||||||
|
}
|
||||||
|
|
||||||
optgroup {
|
optgroup {
|
||||||
color: #CCC !important;
|
color: #CCC !important;
|
||||||
}
|
}
|
||||||
@ -343,6 +356,10 @@ pre {
|
|||||||
border:1px solid #090909;
|
border:1px solid #090909;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wiki-content-container code {
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.notif-item a {
|
.notif-item a {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
@ -462,5 +479,3 @@ pre {
|
|||||||
.widget-nav-pills-checkbox:hover + a {
|
.widget-nav-pills-checkbox:hover + a {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user