All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mgnl-resources.media.css.mooSelecta.css Maven / Gradle / Ivy

body {
  background-color: #FFF;
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.2
}

div.formLeft {
  width: 170px;
  padding-top: 4px;
  float: left;
  text-align: right;
  padding-right: 5px;
}

div.formLeft label.orange_title {
  float: right;
}

div.formLeft label.orange_title {
  float: right;
}

div.formRight {
  float: left;
  width: 370px;
  min-height: 25px;
}

.left {
  float: left;
}

.cur {
  _cursor: hand;
  cursor: pointer;
}

.orange_title {
  color: #f60;
  font-weight: bold;
  font-size: 14px;
  display: inline;
  float: left;
  padding-bottom: 4px;
}

div.selectaTrigger {
  font-weight: 11px;
  height: 15px;
  background: url(images/styledselect.png) no-repeat top right;
  padding-right: 30px;
  padding-left: 5px;
  padding-top: 2px;
  overflow: hidden;
  margin-top: 4px;
}

select.selecta {
  height: 25px;
}

div.selectaWrapper {
  border-top: 0;
  position: absolute;
  z-index: 10000;
  background: white;
  overflow: hidden;
  overflow-y: auto;
  padding-left:2px;
}

div.selectaOption {
  padding: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #eee;
  clear: both;
}

div.selectaOptionSelected {
  background: #ffffcf;
}

div.selectaOptionOver {
  background: yellow;
}


div.selecta2OptionSelected {
  background: #666;
  color: #ffffcf;
}

div.selecta2OptionOver {
  background: #444;
  color: #ffffcf;
}

.shadowy {
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
}

#debug {
  background: red;
  color: yellow;
  padding: 5px;
  margin: 5px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy