mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Add pixelegg missing styles for cat_level
This commit is contained in:
parent
45bfeed444
commit
f5f807c17e
@ -6789,10 +6789,10 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
|
||||
.et2_selectbox ul.chzn-choices li.search-choice {
|
||||
border-left: 4px solid transparent;
|
||||
}
|
||||
.et2_taglist_category span[class*="cat_"] {
|
||||
.et2_taglist_category span[class*="cat_"]:not([class*="cat_level"]) {
|
||||
width: 4px;
|
||||
}
|
||||
.et2_taglist_category.et2_taglist_single span[class*="cat_"] {
|
||||
.et2_taglist_category.et2_taglist_single span[class*="cat_"]:not([class*="cat_level"]) {
|
||||
height: 1.5em;
|
||||
margin-bottom: -6px;
|
||||
position: absolute;
|
||||
|
@ -215,8 +215,8 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
|
||||
border-left: 4px solid transparent;
|
||||
}
|
||||
|
||||
.et2_taglist_category span[class*="cat_"] {width:4px;}
|
||||
.et2_taglist_category.et2_taglist_single span[class*="cat_"] {
|
||||
.et2_taglist_category span[class*="cat_"]:not([class*="cat_level"]) {width:4px;}
|
||||
.et2_taglist_category.et2_taglist_single span[class*="cat_"]:not([class*="cat_level"]) {
|
||||
height: 1.5em;
|
||||
margin-bottom: -6px;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user