mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Search
This commit is contained in:
parent
dda9c99d28
commit
d3b19f1d93
1 changed files with 9 additions and 2 deletions
|
@ -854,14 +854,17 @@ width: 19px;
|
|||
}
|
||||
|
||||
/* Search input field */
|
||||
.NB-dark .NB-search-input {
|
||||
border: 1px solid rgba(255, 255, 255, .2);
|
||||
.NB-dark input.NB-search-input[type="text"] {
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
background: none;
|
||||
background-color: #303739;
|
||||
color: #c0c0c0;
|
||||
text-shadow: 0 1px 0 rgba(0,0,0,.8);
|
||||
box-shadow: none;
|
||||
}
|
||||
.NB-dark .NB-searching input.NB-search-input[type="text"] {
|
||||
background-color: #505050;
|
||||
}
|
||||
|
||||
/*
|
||||
.NB-dark .NB-callout {
|
||||
|
@ -1358,6 +1361,10 @@ height: 0px;
|
|||
}
|
||||
*/
|
||||
|
||||
.NB-dark .NB-story-list-empty {
|
||||
color: rgba(255, 255, 255, .6);
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
|
||||
}
|
||||
/* ================= */
|
||||
/* = NewsBlur Blog = */
|
||||
/* ================= */
|
||||
|
|
Loading…
Add table
Reference in a new issue