Aucune description

buMenManger.css 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .toolBar {
  2. padding: 15px 0;
  3. border-bottom: 1px solid #ccc;
  4. }
  5. .tree {
  6. height: 400px;
  7. overflow-y: auto;
  8. }
  9. .inpBox {
  10. border: 1px solid #a9a9a9;
  11. height: 27px;
  12. width: 172px;
  13. display: inline-block;
  14. position: relative;
  15. vertical-align: middle;
  16. }
  17. .inps {
  18. height: 24px;
  19. width: 172px;
  20. }
  21. .inps1,.inps4 {
  22. width: 170px;
  23. height: 24px;
  24. outline: none;
  25. border: 0;
  26. border-image-width: 0;
  27. padding: 0;
  28. padding-left: 3px;
  29. }
  30. .xl {
  31. display: inline-block;
  32. background: url("../../img/dropDown.png") no-repeat;
  33. height: 100%;
  34. background-position: center center;
  35. width: 20px;
  36. position: absolute;
  37. right: 0;
  38. top: 0px;
  39. background-color: #f7bc8b;
  40. cursor: pointer;
  41. }
  42. .xl:hover{
  43. background-color: #e6d523;
  44. }
  45. .addTree{
  46. background: #fff;
  47. position: absolute;
  48. width: 100%;
  49. border: 1px solid darkgrey;
  50. right: 0;
  51. top: 26px;
  52. display: none;
  53. }