You are here

shadowbox_admin.css in Shadowbox 8

Same filename and directory in other branches
  1. 7.4 shadowbox_admin.css
  2. 7.3 shadowbox_admin.css
#shadowbox-settings-test {
  margin-bottom: 20px;
}

#shadowbox-settings-test a {
  padding: 1em;
  text-align: center;
  border: 1px solid #2F2F33;
  background-color: #F0F0F0;
  display: block;
  color: #2F2F33;
}

#shadowbox-settings-test a:hover {
  background-color: #D9E3FB;
}

#shadowbox-global-settings .multicolumncheckboxesradios-column {
  width: 5em;
}

File

shadowbox_admin.css
View source
  1. #shadowbox-settings-test {
  2. margin-bottom: 20px;
  3. }
  4. #shadowbox-settings-test a {
  5. padding: 1em;
  6. text-align: center;
  7. border: 1px solid #2F2F33;
  8. background-color: #F0F0F0;
  9. display: block;
  10. color: #2F2F33;
  11. }
  12. #shadowbox-settings-test a:hover {
  13. background-color: #D9E3FB;
  14. }
  15. #shadowbox-global-settings .multicolumncheckboxesradios-column {
  16. width: 5em;
  17. }