2008-09-09 19:10:55 +02:00
|
|
|
/*
|
|
|
|
* LSformElement_select_object
|
|
|
|
*/
|
|
|
|
a.LSformElement_select_object {
|
|
|
|
text-decoration: none;
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #33302b;
|
2008-09-09 19:10:55 +02:00
|
|
|
font-weight: normal;
|
2008-10-15 11:12:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.LSformElement_select_object_deleted {
|
|
|
|
font-style: italic;
|
|
|
|
color: #777;
|
|
|
|
text-decoration: line-through;
|
2008-09-09 19:10:55 +02:00
|
|
|
}
|
|
|
|
|
2008-09-27 02:55:58 +02:00
|
|
|
ul.LSformElement_select_object_edit {
|
2008-10-09 03:31:33 +02:00
|
|
|
border: 1px solid #dedede;
|
2008-09-09 19:10:55 +02:00
|
|
|
border-bottom: none;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSformElement_select_object {
|
|
|
|
padding: 0.1em;
|
2008-10-09 03:31:33 +02:00
|
|
|
border-bottom: 1px solid #dedede;
|
2008-09-09 19:10:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
li.LSformElement_select_object_addBtn {
|
2008-10-09 03:31:33 +02:00
|
|
|
background-color: #dedede;
|
2008-09-09 19:10:55 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.LSformElement_select_object_deleteBtn {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|