Skip to content
Snippets Groups Projects
customstyle.css 784 B
Newer Older
Brian Canini's avatar
Brian Canini committed
/*
// Landing Page Slideshow Labels
// --------------------------------------------------
*/
#field-slides2-values .form-type-checkbox label {
  font-size: 16px;
}


/*
// Background Color Selection Box
// --------------------------------------------------
*/

.field--name-field-background-color .form-select option[value="lgray-bg"]{
  background-color: red !important;
}
/*select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option[value="1"] {
  background: rgba(100, 100, 100, 0.3);
}

select option[value="2"] {
  background: rgba(150, 150, 150, 0.3);
}

select option[value="3"] {
  background: rgba(200, 200, 200, 0.3);
}

select option[value="4"] {
  background: rgba(250, 250, 250, 0.3);
}*/