forked from extern/egroupware
Style et2_taglist_category similar to nextmatch filter-cat
This commit is contained in:
parent
4f4530b98d
commit
30f966225f
@ -1127,7 +1127,20 @@ div .et2_taglist_single:not(.et2_taglist_small) div.ms-sel-ctn div.ms-sel-item {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.et2_taglist_toggle .ms-ctn-focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
.et2_taglist.et2_taglist_toggle div.ms-ctn input {
|
||||
border:none;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.et2_taglist.et2_taglist_single .ms-ctn.form-control {
|
||||
border-radius: 3px;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.et2_taglist_single.et2_taglist_category .ms-sel-item > span:first-child {
|
||||
padding: 0;
|
||||
}
|
||||
/* Taglist that is limited in size - does not grow */
|
||||
.et2_taglist.et2_taglist_small .ms-ctn,
|
||||
.et2_taglist.et2_taglist_small .ms-res-ctn {
|
||||
@ -1196,7 +1209,12 @@ div .et2_taglist_small.et2_taglist_single div.ms-sel-ctn div.ms-sel-item {
|
||||
}
|
||||
.et2_taglist_category.et2_taglist_single span[class*="cat_"] {
|
||||
height: 2em;
|
||||
margin-bottom: -6px
|
||||
margin-bottom: -6px;
|
||||
position: absolute;
|
||||
margin-left: -8px;
|
||||
margin-top: -2px;
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.et2_taglist_category .ms-res-item > span {
|
||||
margin-left: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user