@@ -122,7 +122,7 @@ nav li:hover > ul > li {max-height:40px}
122122# listview .table UL > LI > SPAN : first-of-type {font-weight : 400 ;color : # 000 ;font-size : 1em }
123123# listview .table UL > LI > SPAN : last-of-type {width : 100% }
124124
125- # editview .content LABEL .pivot .inactive SPAN ,
125+ # editview .content LABEL .pivot .inactive : not (. treeview ) SPAN ,
126126# listview .table UL LI .inactive > SPAN ,
127127# listview LI .inactive > DIV > SPAN {text-decoration : line-through;color : rgba (0 , 0 , 0 , 0.3 )}
128128
@@ -144,11 +144,13 @@ nav li:hover > ul > li {max-height:40px}
144144# editview .content LABEL : first-of-type {padding-top : 0 }
145145# editview .content LABEL .radio {display : inline-block;padding-right : 10px }
146146# editview .content LABEL .pivot {display : inline-block;padding : 0 5px 5px 0 }
147- # editview .content LABEL .pivot SPAN {background-color : rgba (0 , 0 , 0 , 0.1 );padding : 4px 10px ;border-radius : 4px ;display : inline-block}
147+ # editview .content LABEL .pivot : not (. treeview . inactive ) SPAN {background-color : rgba (0 , 0 , 0 , 0.1 );padding : 4px 10px ;border-radius : 4px ;display : inline-block}
148148# editview .content LABEL .pivot : hover SPAN {background-color : # 0cb ;cursor : pointer}
149149# editview .content LABEL .pivot INPUT [type = checkbox ] {display : none}
150150# editview .content LABEL .pivot INPUT [type = checkbox ]: checked ~ SPAN {background-color : # 178 ;color : # fff }
151151# editview .content LABEL .pivot : hover INPUT [type = checkbox ]: checked ~ SPAN {background-color : # 178 ;opacity : 0.7 }
152+ # editview .content LABEL .pivot .treeview .inactive : after {content : ':' }
153+ # editview .content DIV .pivot-depth {padding-left : 20px }
152154# editview .content SELECT ,
153155# editview .content TEXTAREA ,
154156# editview .content INPUT [type = password ],
0 commit comments