mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 05:59:15 +01:00
Style et2_taglist_category similar to nextmatch filter-cat
This commit is contained in:
parent
25269def8e
commit
708ca8d63b
@ -1127,7 +1127,20 @@ div .et2_taglist_single:not(.et2_taglist_small) div.ms-sel-ctn div.ms-sel-item {
|
|||||||
float: none;
|
float: none;
|
||||||
display: inline-block;
|
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 */
|
/* Taglist that is limited in size - does not grow */
|
||||||
.et2_taglist.et2_taglist_small .ms-ctn,
|
.et2_taglist.et2_taglist_small .ms-ctn,
|
||||||
.et2_taglist.et2_taglist_small .ms-res-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_"] {
|
.et2_taglist_category.et2_taglist_single span[class*="cat_"] {
|
||||||
height: 2em;
|
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 {
|
.et2_taglist_category .ms-res-item > span {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
|
Loading…
Reference in New Issue
Block a user