mirror of https://github.com/apache/lucene.git
fixed invalid CSS files in Solr's Angular UI
This commit is contained in:
parent
28953a3afc
commit
742354013e
|
@ -82,7 +82,7 @@ limitations under the License.
|
||||||
|
|
||||||
#content #analysis .settings #tor_schema span
|
#content #analysis .settings #tor_schema span
|
||||||
{
|
{
|
||||||
// display: none;
|
/* display: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#content #analysis .settings #tor_schema:hover span
|
#content #analysis .settings #tor_schema:hover span
|
||||||
|
|
|
@ -675,7 +675,7 @@ pre.syntax .tex .formula
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
#connection-status-recovered:
|
#connection-status-recovered
|
||||||
{
|
{
|
||||||
z-index:102;
|
z-index:102;
|
||||||
}
|
}
|
||||||
|
|
|
@ -168,7 +168,7 @@ limitations under the License.
|
||||||
|
|
||||||
#content #dataimport #current_state .info .details span
|
#content #dataimport #current_state .info .details span
|
||||||
{
|
{
|
||||||
# color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content #dataimport #current_state .info .abort-import
|
#content #dataimport #current_state .info .abort-import
|
||||||
|
|
Loading…
Reference in New Issue