mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Disabling saved searches header in feed list.
This commit is contained in:
parent
8fc551399d
commit
d544e57670
1 changed files with 9 additions and 0 deletions
|
@ -4443,6 +4443,15 @@ body {
|
|||
/* = Header - Saved Searches = */
|
||||
/* =========================== */
|
||||
|
||||
.NB-feeds-header-searches {
|
||||
cursor: default;
|
||||
background-image: inherit;
|
||||
background-color: #EAECE5;
|
||||
}
|
||||
.NB-feeds-header.NB-feeds-header-searches:hover {
|
||||
background-image: inherit;
|
||||
background-color: #EAECE5;
|
||||
}
|
||||
.NB-feeds-header-searches .NB-feeds-header-icon {
|
||||
background: transparent url('/media/embed/icons/circular/g_icn_search_black.png') no-repeat 1px 1px;
|
||||
background-size: 14px;
|
||||
|
|
Loading…
Add table
Reference in a new issue