ldapsaisie/src/css/default/LSformElement_supannLabeledValue.css
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

25 lines
527 B
CSS

input.LSformElement_supannLabeledValue_search {
border: 1px solid #CCC;
width: 200px;
background: url('../image/find') no-repeat scroll 0% 0% #FFF !important;
padding-left: 18px;
}
div.supannLabeledValue_possibleValues ul {
list-style-type: none;
padding: 0;
margin: 0;
border: 1px solid #CCC;
border-collapse: collapse;
}
div.supannLabeledValue_possibleValues li {
border-bottom: 1px solid #CCC;
margin-bottom: 2px;
}
div.supannLabeledValue_possibleValues li:hover {
background-color: #CCC;
cursor: pointer;
}