Compare commits
2 Commits
3d8cc498e1
...
8c01206b89
Author | SHA1 | Date | |
---|---|---|---|
8c01206b89 | |||
e025a6af73 |
@ -1 +1 @@
|
||||
v2.1.2-rel
|
||||
v2.1.3-dev
|
||||
|
5
public/css/fixes.css
vendored
5
public/css/fixes.css
vendored
@ -245,6 +245,11 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__
|
||||
padding: 0.25em 0.45em;
|
||||
}
|
||||
|
||||
/* Remove the shadow outline on an opened box */
|
||||
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.input-group-text {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
@ -49,10 +49,10 @@
|
||||
@break
|
||||
|
||||
@case(2)
|
||||
<x-attribute-type :edit="true" :o="$o->getObject('rdn')"/>
|
||||
<x-attribute-type :o="$o->getObject('rdn')" :edit="TRUE" :new="FALSE" :langtag="Entry::TAG_NOTAG" :updated="FALSE"/>
|
||||
|
||||
@foreach ($o->getVisibleAttributes() as $ao)
|
||||
<x-attribute-type :edit="true" :o="$ao"/>
|
||||
<x-attribute-type :o="$ao" :edit="TRUE" :new="FALSE" :langtag="Entry::TAG_NOTAG" :updated="FALSE"/>
|
||||
@endforeach
|
||||
|
||||
@include('fragment.dn.add_attr')
|
||||
|
Loading…
x
Reference in New Issue
Block a user