dataset.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @CHARSET "UTF-8";
  2. /*数据集*/
  3. #dataset_list .fields{
  4. border:0;padding:0px 5px;height:20px;line-height:14px;font-size:12px;color:#555;background:#fff;
  5. }
  6. #dataset_db_list td .txt-big{height:100px!important;}
  7. #dataset_db_list td{vertical-align:middle;}
  8. #dataset_db_list td .form-control{
  9. height: 30px;
  10. padding: 5px 10px;
  11. font-size: 12px;
  12. line-height: 1.5;
  13. border-radius: 3px;
  14. }
  15. .dataset-db-list::-webkit-scrollbar{
  16. width: 12px;
  17. height: 12px;
  18. }
  19. .dataset-search::-webkit-scrollbar{
  20. width: 8px;
  21. height: 8px;
  22. }
  23. .dataset-db-list::-webkit-scrollbar-button,.dataset-search::-webkit-scrollbar-button{
  24. background-color:#efefef;
  25. }
  26. .dataset-db-list::-webkit-scrollbar-track,.dataset-search::-webkit-scrollbar-track{
  27. background:#efefef;
  28. }
  29. .dataset-db-list::-webkit-scrollbar-thumb,.dataset-search::-webkit-scrollbar-thumb{
  30. background: #ccc;
  31. border-radius: 4px;
  32. }
  33. .dataset-search{width:100%;overflow-x:scroll;white-space:nowrap;padding-bottom:5px;padding-right:5px;}
  34. #dataset_db_list input::placeholder,#dataset_db_list textarea::placeholder{color:#bbb!important;}
  35. #dataset_fields tr>th:first-child,#dataset_fields tr>td:first-child{padding-left:15px;}
  36. #dataset_fields thead th{padding-top:13px;padding-bottom:13px;}
  37. .dataset-sep{
  38. color: #999;
  39. text-indent: -9999px;
  40. display: inline-block;
  41. width: 3px;
  42. line-height: 12px;
  43. margin-left: 2px;
  44. border-left: 1px solid #aaa;
  45. }