You are here

file.css in Open Social 8.5

.node-file {
  border-radius: 5px;
}

.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
}

.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

File

themes/socialblue/assets/css/file.css
View source
  1. .node-file {
  2. border-radius: 5px;
  3. }
  4. .file > .tabledrag-changed {
  5. background: #fcf8e3;
  6. border-radius: 0;
  7. color: #8a6d3b;
  8. }
  9. .file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  10. border: 1px solid #f7e1b5;
  11. }