You are here

style.css in TMGMT Extension Suite 8

.check-controls{
  margin-top:15px;
}

.check-all, .uncheck-all{
  color: #008ee6;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}

.form-item-update-clone-lang-options {
  display: none;
}

File

lib/style.css
View source
  1. .check-controls{
  2. margin-top:15px;
  3. }
  4. .check-all, .uncheck-all{
  5. color: #008ee6;
  6. font-weight: bold;
  7. padding: 10px;
  8. cursor: pointer;
  9. }
  10. .form-item-update-clone-lang-options {
  11. display: none;
  12. }