|
|
@ -559,7 +559,6 @@ ul.ui.horizontal.bulleted.list li:first-child::before, |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Ordered |
|
|
|
--------------------*/ |
|
|
@ -595,6 +594,11 @@ ol.ui.list li:before, |
|
|
|
opacity: @orderedCountOpacity; |
|
|
|
} |
|
|
|
|
|
|
|
ol.ui.inverted.list li:before, |
|
|
|
.ui.ordered.inverted.list .list > .item:before, |
|
|
|
.ui.ordered.inverted.list > .item:before { |
|
|
|
color: @orderedInvertedCountColor; |
|
|
|
} |
|
|
|
|
|
|
|
/* Child Lists */ |
|
|
|
ol.ui.list ol, |
|
|
@ -884,4 +888,5 @@ ol.ui.horizontal.list li:before, |
|
|
|
font-size: @massive; |
|
|
|
} |
|
|
|
|
|
|
|
.loadUIOverrides(); |
|
|
|
.loadUIOverrides(); |
|
|
|
|