mirror of https://github.com/apache/lucene.git
fixed invalid CSS files in Solr's Angular UI
This commit is contained in:
parent
cbfc9cccf6
commit
28d54d5faf
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue