ldapsaisie/trunk/css/black/LSformElement_select_object.css
Benjamin Renard 92701517d7 - Mise en place d'un système de thèmes individualisant les élements suivants :
-> templates
	-> images
	-> css
- Ajout d'un thème black en plus du thème par défaut
2008-10-09 01:31:33 +00:00

30 lines
678 B
CSS

/*
* LSformElement_select_object
*/
a.LSformElement_select_object {
text-decoration: none;
color: #33302b;
font-weight: normal;
}
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_addBtn {
background-color: #dedede;
text-align: center;
}
img.LSformElement_select_object_deleteBtn {
cursor: pointer;
}