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.

227 lines
4.4 KiB

7 years ago
7 years ago
  1. /* JQUERY-UI */
  2. .ui-icon,
  3. .ui-widget-content .ui-icon { background-image: url("../images/jquery-ui/ui-icons_444444_256x240.png"); }
  4. .ui-widget-header .ui-icon { background-image: url("../images/jquery-ui/ui-icons_444444_256x240.png"); }
  5. .ui-state-hover .ui-icon,
  6. .ui-state-focus .ui-icon,
  7. .ui-button:hover .ui-icon,
  8. .ui-button:focus .ui-icon { background-image: url("../images/jquery-ui/ui-icons_555555_256x240.png"); }
  9. .ui-state-active .ui-icon,
  10. .ui-button:active .ui-icon { background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png"); }
  11. .ui-state-highlight .ui-icon,
  12. .ui-button .ui-state-highlight.ui-icon { background-image: url("../images/jquery-ui/ui-icons_777620_256x240.png"); }
  13. .ui-state-error .ui-icon,
  14. .ui-state-error-text .ui-icon { background-image: url("../images/jquery-ui/ui-icons_cc0000_256x240.png"); }
  15. .ui-button .ui-icon { background-image: url("../images/jquery-ui/ui-icons_777777_256x240.png");}
  16. .ui-button.ui-state-active:hover,
  17. .ui-button:active,
  18. .ui-state-active,
  19. .ui-widget-content
  20. .ui-state-active,
  21. .ui-widget-header
  22. .ui-state-active,
  23. a.ui-button:active {
  24. border: 1px solid $btn-primary-border;
  25. background: $btn-primary-bg;
  26. color:#fff;
  27. }
  28. /* AX5UI-MODAL */
  29. .ax5modal .ax-modal-header { font-size:13px;}
  30. /* 순서변경시 아이콘에 커서변경 */
  31. .sort-handle-icon {cursor:move;}
  32. /* 카테고리용 */
  33. .category-list {
  34. background:rgba(0,0,0,0.15);
  35. padding:15px 20px;
  36. li {
  37. background:url(../images/admin/treeview_line.gif) 0px 0px no-repeat;
  38. display:block;
  39. > div {
  40. display:block;
  41. padding:5px 5px 0px 22px;
  42. line-height:23px;
  43. color:#fff;
  44. text-decoration:none;
  45. vertical-align:middle;
  46. span {
  47. vertical-align:bottom;
  48. }
  49. > span.move-item {
  50. cursor:move;
  51. border:1px dashed transparent;
  52. &:hover {
  53. //border:1px dashed #e0e0e0;
  54. color:#cc7b19;
  55. }
  56. }
  57. > button.btn-xs {
  58. margin-left:10px;
  59. display:none;
  60. +button {
  61. margin-left:0px;
  62. }
  63. }
  64. &:hover {
  65. >button {
  66. display:inline-block;
  67. }
  68. }
  69. }
  70. &:last-child { background-position-y:-1768px; }
  71. }
  72. > li {
  73. background:none;
  74. &.ui-sortable-placeholder {
  75. background:#f0f0f0;
  76. }
  77. > div {
  78. padding-left:0px;
  79. > button.btn-xs {
  80. display:inline-block;
  81. }
  82. }
  83. > ul > li {
  84. background-position-y: -2px;
  85. > ul.items > li {
  86. background-position: 22px -2px;
  87. > div {
  88. padding-left: 44px;
  89. }
  90. &:last-child {
  91. background-position-y: -1768px;
  92. }
  93. }
  94. }
  95. }
  96. }
  97. .cke {
  98. border:0px !important;
  99. .cke_inner {
  100. background:transparent;
  101. }
  102. .cke_bottom,
  103. .cke_top {
  104. border:0px;
  105. background:rgba(0,0,0, 0.14);
  106. }
  107. .cke_combo_button,
  108. .cke_button {
  109. background: rgba(0,0,0,.14);
  110. }
  111. .cke_toolgroup {
  112. background:transparent;
  113. }
  114. .cke_toolbar_separator {
  115. //background:transparent;
  116. }
  117. .cke_path_item, .cke_path_empty {
  118. color:#fff;
  119. text-shadow:none;
  120. }
  121. .cke_source {
  122. color:#222;
  123. }
  124. }
  125. .ui-datepicker {
  126. border:0px !important;
  127. border-radius:0px !important;
  128. background:#3f4245;
  129. box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
  130. padding:0px;
  131. .ui-datepicker-header {
  132. border-radius:0px !important;
  133. border:0px;
  134. background:rgba(0,0,0,0.15);
  135. .ui-datepicker-title {
  136. color:#fff;
  137. }
  138. .ui-datepicker-prev,
  139. .ui-datepicker-next {
  140. border-radius:0px;
  141. width:auto;
  142. font-weight:400;
  143. &:after {
  144. font-size: 16px;
  145. text-align: center;
  146. display: inline-block;
  147. }
  148. .ui-icon {
  149. display:none
  150. }
  151. &.ui-state-hover {
  152. background:transparent;
  153. color:#cc7b19;
  154. border:0px;
  155. }
  156. }
  157. .ui-datepicker-prev {
  158. &:after {
  159. content:'\f32a';
  160. font-family:'Font Awesome 5 Pro';
  161. color:#fff;
  162. }
  163. }
  164. .ui-datepicker-next {
  165. &:after {
  166. content:'\f32b';
  167. font-family:'Font Awesome 5 Pro';
  168. color:#fff;
  169. }
  170. }
  171. }
  172. .ui-datepicker-calendar {
  173. color:#fff;
  174. td {
  175. border:0px;
  176. padding:0px;
  177. a {
  178. background:transparent;
  179. color:#fff;
  180. border:0px !important;
  181. &.ui-state-active {
  182. background:#3498db;
  183. }
  184. &.ui-state-highlight {
  185. background:#cc7b19;
  186. color:#fff;
  187. }
  188. }
  189. }
  190. }
  191. }