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:
Stefan Matheis 2012-04-19 07:53:11 +00:00
parent 5a61a06a4a
commit 01215ae173
2 changed files with 2 additions and 11 deletions

View File

@ -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