mirror of https://github.com/apache/lucene.git
SOLR-3330: Clear Highlight for Changed Items
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a61a06a4a
commit
01215ae173
|
@ -22,9 +22,9 @@
|
|||
|
||||
#content #plugins #navigation a span
|
||||
{
|
||||
background-color: #f0f0f0;
|
||||
background-color: #bba500;
|
||||
border-radius: 5px;
|
||||
color: #c0c0c0;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
line-height: 1.4em;
|
||||
|
@ -35,12 +35,6 @@
|
|||
top: 7px;
|
||||
}
|
||||
|
||||
#content #plugins #navigation .current a span,
|
||||
#content #plugins #navigation a:hover span
|
||||
{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#content #plugins #frame
|
||||
{
|
||||
float: right;
|
||||
|
@ -68,10 +62,7 @@
|
|||
|
||||
#content #plugins #frame .entry.changed a span
|
||||
{
|
||||
background-image: url( ../../img/ico/new-text.png );
|
||||
background-position: 100% 50%;
|
||||
color: #bba500;
|
||||
padding-right: 21px;
|
||||
}
|
||||
|
||||
#content #plugins #frame .entry.expanded a
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 377 B |
Loading…
Reference in New Issue