You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by st...@apache.org on 2012/04/16 09:59:20 UTC

svn commit: r1326529 - /lucene/dev/trunk/solr/webapp/web/css/styles/logging.css

Author: steffkes
Date: Mon Apr 16 07:59:19 2012
New Revision: 1326529

URL: http://svn.apache.org/viewvc?rev=1326529&view=rev
Log:
SOLR-3327 Add bold-styles for Logging-Tab

Modified:
    lucene/dev/trunk/solr/webapp/web/css/styles/logging.css

Modified: lucene/dev/trunk/solr/webapp/web/css/styles/logging.css
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/css/styles/logging.css?rev=1326529&r1=1326528&r2=1326529&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/css/styles/logging.css (original)
+++ lucene/dev/trunk/solr/webapp/web/css/styles/logging.css Mon Apr 16 07:59:19 2012
@@ -74,6 +74,11 @@
   padding-right: 21px;
 }
 
+#content #logging .jstree a.trigger.set
+{
+  font-weight: bold;
+}
+
 #content #logging .jstree a:hover span.name
 {
   background-image: url( ../../img/ico/pencil-small.png );