You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2019/01/20 19:32:37 UTC

[lucene-solr] branch master updated: fixed invalid CSS files in Solr's Angular UI

This is an automated email from the ASF dual-hosted git repository.

tflobbe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 28d54d5  fixed invalid CSS files in Solr's Angular UI
28d54d5 is described below

commit 28d54d5faf72c14b21e6b066ba8e07639655b747
Author: Sascha Szott <sz...@gmx.de>
AuthorDate: Fri Jan 18 12:45:59 2019 +0100

    fixed invalid CSS files in Solr's Angular UI
---
 solr/webapp/web/css/angular/analysis.css   | 2 +-
 solr/webapp/web/css/angular/common.css     | 4 ++--
 solr/webapp/web/css/angular/dataimport.css | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/solr/webapp/web/css/angular/analysis.css b/solr/webapp/web/css/angular/analysis.css
index 19f41bd..1cbff55 100644
--- a/solr/webapp/web/css/angular/analysis.css
+++ b/solr/webapp/web/css/angular/analysis.css
@@ -82,7 +82,7 @@ limitations under the License.
 
 #content #analysis .settings #tor_schema span
 {
-//  display: none;
+/*  display: none;  */
 }
 
 #content #analysis .settings #tor_schema:hover span
diff --git a/solr/webapp/web/css/angular/common.css b/solr/webapp/web/css/angular/common.css
index 43293c2..080935c 100644
--- a/solr/webapp/web/css/angular/common.css
+++ b/solr/webapp/web/css/angular/common.css
@@ -675,7 +675,7 @@ pre.syntax .tex .formula
   z-index: 100;
 }
 
-#connection-status-recovered:
+#connection-status-recovered
 {
   z-index:102;
 }
@@ -764,4 +764,4 @@ pre.syntax .tex .formula
 
 .other-ui-link a.ul {
   text-decoration: underline;
-}
\ No newline at end of file
+}
diff --git a/solr/webapp/web/css/angular/dataimport.css b/solr/webapp/web/css/angular/dataimport.css
index f72fa2d..6afb096 100644
--- a/solr/webapp/web/css/angular/dataimport.css
+++ b/solr/webapp/web/css/angular/dataimport.css
@@ -168,7 +168,7 @@ limitations under the License.
 
 #content #dataimport #current_state .info .details span
 {
-#  color: #c0c0c0;
+  color: #c0c0c0;
 }
 
 #content #dataimport #current_state .info .abort-import