You are here

imce_mkdir.css in IMCE Mkdir 7

Same filename and directory in other branches
  1. 6 imce_mkdir.css
#op-item-mngdir a {
  background-image: url(dirmanage.png);
}
#imce-content #edit-mkdir {
  background-image: url(diradd.png);
}
#imce-content #edit-rmdir {
  background-image: url(dirremove.png);
}
/* Subdirectory selector */
#subdir-selector {
  position: absolute;
  max-height: 280px;
  min-width: 108px;
  overflow: auto;
  z-index: 3;
  border: 1px solid #ccc;
}
#subdir-selector a {
  color: #444;
  background-color: #eee;
  padding: 0.2em 0.4em;
  font-size: 0.9em;
  text-decoration: none;
  border-top: 1px dashed #ddd;
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
#subdir-selector a:first-child {
  border-top: none;
}
#subdir-selector a:focus {
  background-color: #f5f5f5;
  outline: none;
}
#subdir-selector a:hover {
  background-color: #fff;
}
#subdir-selector-button {
  background: url(down.png) no-repeat 50% 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

File

imce_mkdir.css
View source
  1. #op-item-mngdir a {
  2. background-image: url(dirmanage.png);
  3. }
  4. #imce-content #edit-mkdir {
  5. background-image: url(diradd.png);
  6. }
  7. #imce-content #edit-rmdir {
  8. background-image: url(dirremove.png);
  9. }
  10. /* Subdirectory selector */
  11. #subdir-selector {
  12. position: absolute;
  13. max-height: 280px;
  14. min-width: 108px;
  15. overflow: auto;
  16. z-index: 3;
  17. border: 1px solid #ccc;
  18. }
  19. #subdir-selector a {
  20. color: #444;
  21. background-color: #eee;
  22. padding: 0.2em 0.4em;
  23. font-size: 0.9em;
  24. text-decoration: none;
  25. border-top: 1px dashed #ddd;
  26. cursor: pointer;
  27. display: block;
  28. overflow: hidden;
  29. white-space: nowrap;
  30. }
  31. #subdir-selector a:first-child {
  32. border-top: none;
  33. }
  34. #subdir-selector a:focus {
  35. background-color: #f5f5f5;
  36. outline: none;
  37. }
  38. #subdir-selector a:hover {
  39. background-color: #fff;
  40. }
  41. #subdir-selector-button {
  42. background: url(down.png) no-repeat 50% 100%;
  43. display: inline-block;
  44. width: 14px;
  45. height: 14px;
  46. cursor: pointer;
  47. }