mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-13 05:53:03 +01:00
79 lines
2.1 KiB
CSS
79 lines
2.1 KiB
CSS
/*
|
|
* LSformElement_select_object
|
|
*/
|
|
a.LSformElement_select_object {
|
|
text-decoration: none;
|
|
color: #33302b;
|
|
font-weight: normal;
|
|
}
|
|
|
|
a.LSformElement_select_object_deleted {
|
|
font-style: italic;
|
|
color: #777;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
ul.LSformElement_select_object_edit {
|
|
border: 1px solid #dedede;
|
|
border-bottom: none;
|
|
width: 300px;
|
|
}
|
|
|
|
li.LSformElement_select_object {
|
|
padding: 0.1em;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
|
|
li.LSformElement_select_object_noValue {
|
|
text-align: center;
|
|
}
|
|
|
|
li.LSformElement_select_object_addBtn {
|
|
background-color: #dedede;
|
|
text-align: center;
|
|
}
|
|
|
|
img.LSformElement_select_object_deleteBtn {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* LSformElement_select_object_searchAdd */
|
|
input.LSformElement_select_object_searchAdd {
|
|
border: 1px solid #ccc;
|
|
width: 134px;
|
|
background-image: url(../../images/black/find.png);
|
|
background-repeat: no-repeat;
|
|
padding-left: 18px;
|
|
}
|
|
|
|
ul.LSformElement_select_object_searchAdd {
|
|
border: 1px solid #ccc;
|
|
width: 152px;
|
|
margin: 0;
|
|
margin-top: 0.1em;
|
|
max-height: 10em;
|
|
overflow: auto;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
|
|
li.LSformElement_select_object_searchAdd {
|
|
cursor: pointer;
|
|
border-bottom: 1px dotted #ccc;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
li.LSformElement_select_object_searchAdd_over {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
li.LSformElement_select_object_searchAdd_current {
|
|
font-style: italic;
|
|
color: #777;
|
|
}
|
|
|
|
table.LSformElement_select_object_searchAdd, tr.LSformElement_select_object_searchAdd, td.LSformElement_select_object_searchAdd {
|
|
margin: 0;
|
|
padding: 0;
|
|
vertical-align: top;
|
|
}
|