You are here

sweaver_plugin_editor.admin.css in Sweaver 6

Same filename and directory in other branches
  1. 7 plugins/sweaver_plugin_editor/sweaver_plugin_editor.admin.css

Administration CSS.

File

plugins/sweaver_plugin_editor/sweaver_plugin_editor.admin.css
View source
  1. /**
  2. * @file
  3. * Administration CSS.
  4. */
  5. /* Objects table */
  6. #object-list-disabled th {
  7. filter:alpha(opacity=60);
  8. opacity:0.6;
  9. }
  10. #object-list-disabled tr.disabled {
  11. filter:alpha(opacity=60);
  12. opacity:0.6;
  13. }
  14. #object-list-disabled tr.odd td.empty {
  15. background-color: #fff;
  16. }
  17. /* Editor configuration form */
  18. #editor-configuration-form tr.container-row {
  19. background-color: #eee;
  20. }
  21. #editor-configuration-form .container-label-edit {
  22. font-size: 16px;
  23. font-weight: bold;
  24. border: 1px solid #eee;
  25. }