mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 22:43:02 +01:00
92701517d7
-> templates -> images -> css - Ajout d'un thème black en plus du thème par défaut
29 lines
675 B
CSS
29 lines
675 B
CSS
/*
|
|
* LSformElement_select_object
|
|
*/
|
|
a.LSformElement_select_object {
|
|
text-decoration: none;
|
|
color: #000;
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
ul.LSformElement_select_object_edit {
|
|
border: 1px solid #b5e4f6;
|
|
border-bottom: none;
|
|
width: 300px;
|
|
}
|
|
|
|
li.LSformElement_select_object {
|
|
padding: 0.1em;
|
|
border-bottom: 1px solid #b5e4f6;
|
|
}
|
|
|
|
li.LSformElement_select_object_addBtn {
|
|
background-color: #b5e4f6;
|
|
text-align: center;
|
|
}
|
|
|
|
img.LSformElement_select_object_deleteBtn {
|
|
cursor: pointer;
|
|
}
|