Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dotted-line-theme.css 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /*Dotted Line theme*/
  2. .dotted-line-theme{
  3. min-height: 49px;
  4. }
  5. .dotted-line-theme .just_edit, .dotted-line-theme .just_edit input, .dotted-line-theme .just_edit textarea, .dotted-line-theme .ibtn_container, .dotted-line-theme .no_edit, .dotted-line-theme .no_edit .i_text, .dotted-line-theme .i_edit{
  6. font-size: 11px;
  7. line-height: 22px;
  8. color: #777;
  9. }
  10. .dotted-line-theme .no_edit{
  11. padding: 5px 2px;
  12. border-bottom: 1px dotted #3c948b
  13. }
  14. .dotted-line-theme .just_edit{
  15. padding: 7px 2px;
  16. }
  17. .dotted-line-theme .no_edit:hover{
  18. background: #fff;
  19. border-bottom: 1px solid #3c948b
  20. }
  21. .dotted-line-theme .i_edit{
  22. display: none;
  23. }
  24. .dotted-line-theme .no_edit:hover .i_edit{
  25. background: rgba(60, 148, 139,0.9);
  26. color: #fff
  27. }
  28. .dotted-line-theme .just_edit input, .dotted-line-theme .just_edit textarea{
  29. background: #fff;
  30. position: relative;
  31. vertical-align: top;
  32. /* border: 1px solid rgba(153, 153, 153, 0.60); */
  33. display: -moz-inline-stack;
  34. display: inline-block;
  35. color: #777;
  36. outline: 0;
  37. font-size: 12px;
  38. line-height: 27px;
  39. width: 100%;
  40. /* -webkit-border-radius: 3px;
  41. -moz-border-radius: 3px;
  42. -o-border-radius: 3px;
  43. border-radius: 3px; */
  44. outline: 0;
  45. font-weight: 400;
  46. padding: 5px 8px;
  47. }
  48. .dotted-line-theme .just_edit input[type="checkbox"],.dotted-line-theme .just_edit input[type="radio"]{
  49. width: auto;
  50. height: auto;
  51. }
  52. .dotted-line-theme .no_edit .i_edit:hover{
  53. text-decoration: none;
  54. }
  55. .dotted-line-theme input:focus{
  56. outline: #3c948b
  57. }
  58. .dotted-line-theme .ibtn_container{
  59. padding-left: 0;
  60. margin-top: 2px;
  61. }
  62. .dotted-line-theme .i_ok, .dotted-line-theme .i_cancel{
  63. font-weight: normal;
  64. font-size: 12px;
  65. line-height: 25px;
  66. width: 25px;
  67. height: 25px;
  68. border-radius: 25px;
  69. padding-left: 2px;
  70. color: #fff;
  71. text-align: center;
  72. cursor: pointer;
  73. display: inline-block;
  74. }
  75. .dotted-line-theme .i_ok{
  76. color: #fff;
  77. background: rgba(92, 184, 92,0.7);
  78. }
  79. .dotted-line-theme .i_cancel{
  80. margin-right: 0;
  81. color: #fff;
  82. background: rgba(217, 83, 79,0.7);
  83. }
  84. .dotted-line-theme .i_ok:hover{
  85. color: #fff;
  86. background: rgba(92, 184, 92,0.9);
  87. text-decoration: none;
  88. }
  89. .dotted-line-theme .i_cancel:hover{
  90. color: #fff;
  91. background: rgba(217, 83, 79,0.9);
  92. text-decoration: none;
  93. }