No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

5233 líneas
113 KiB

  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. @import 'source/lib/_lib.less'; // Global lib
  6. @import 'source/lib/_utilities.less';
  7. @baseDir: "../"; // Default
  8. // Backend
  9. @import "../mui/clearless/_all.less";
  10. @import "../mui/styles/_vars.less";
  11. @import (reference) "../mui/styles/_abstract.less"; // Import some abstract
  12. // DO NOT REMOVE! Can be dangerous (need for Product Creation)
  13. .collapse.in,
  14. .no-js .collapse {
  15. height: auto !important;
  16. overflow: visible;
  17. }
  18. .invisible {
  19. visibility: hidden;
  20. }
  21. // DO NOT REMOVE! Can be dangerous (need for Product Creation)
  22. .admin__scope-old {
  23. box-sizing: content-box;
  24. @import "../mui/styles/_base.less";
  25. @import "../mui/styles/_table.less"; // Import table styles
  26. .field {
  27. position: relative;
  28. box-sizing: border-box;
  29. margin: 0 0 12px 0;
  30. }
  31. .field > .label {
  32. margin: 0 0 6px;
  33. }
  34. // TODO: remove after all templates refactoring
  35. span.required {
  36. display: none;
  37. }
  38. .field.required > .label {
  39. &:not(.admin__field-label) {
  40. :after {
  41. content: '*';
  42. color: #f00;
  43. margin-left: 3px;
  44. }
  45. }
  46. }
  47. //
  48. // Control with added before and after content
  49. // ---------------------------------------------
  50. .addon {
  51. padding: 0;
  52. display: table;
  53. width: 100%;
  54. }
  55. .addon textarea,
  56. .addon select,
  57. .addon input {
  58. width: 100%;
  59. border-radius: 0;
  60. box-shadow: none;
  61. margin: 0;
  62. }
  63. .addon select {
  64. width: auto;
  65. }
  66. .addon select + .addafter {
  67. border: none;
  68. }
  69. .ie .addon textarea,
  70. .ie .addon select {
  71. display: inline-block;
  72. }
  73. .addon textarea:first-child,
  74. .addon select:first-child,
  75. .addon input[type=text]:first-child,
  76. .addon .addbefore:first-child {
  77. border-radius: 0;
  78. }
  79. .addon textarea:last-child,
  80. .addon select:last-child,
  81. .addon input[type=text]:last-child,
  82. .addon .addafter:last-child {
  83. border-radius: 0;
  84. }
  85. .addon .addbefore,
  86. .addon .addafter {
  87. background: #f5f5f5;
  88. background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  89. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  90. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  91. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  92. background-image: linear-gradient(top, #ffffff, #e6e6e6);
  93. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  94. background-repeat: repeat-x;
  95. vertical-align: middle;
  96. width: 1px;
  97. color: #666;
  98. font-size: 11px;
  99. font-weight: bold;
  100. height: 0;
  101. white-space: nowrap;
  102. display: inline-block;
  103. display: table-cell;
  104. padding: 4px;
  105. border: solid #ccc;
  106. border-width: 1px 0 1px 1px;
  107. }
  108. .addon .addafter {
  109. border-width: 1px 1px 1px 0;
  110. }
  111. .choice .addafter,
  112. .choice .addbefore {
  113. display: inline;
  114. }
  115. // Addon left aligned
  116. .field-price .addon {
  117. direction: rtl;
  118. }
  119. .field-price .addon > * {
  120. direction: ltr;
  121. }
  122. .field-price .addon .addafter {
  123. border-width: 1px 0 1px 1px;
  124. border-radius: 1px 0 0 1px;
  125. }
  126. // For disabled field with prefix/suffix
  127. .admin__field-control {
  128. .admin__control-addon {
  129. [class*='admin__control-'][type] {
  130. &[disabled],
  131. &:focus {
  132. background-color: transparent;
  133. border-color: transparent;
  134. }
  135. }
  136. }
  137. }
  138. //
  139. // Form actions
  140. // ---------------------------------------------
  141. .form-actions {
  142. padding: 10px;
  143. margin: 10px 0;
  144. }
  145. //
  146. // Default view for fields: Labels are above the controls
  147. // ---------------------------------------------
  148. .form-inline .label,
  149. .form-inline .control {
  150. margin: 0;
  151. float: left;
  152. width: 55%;
  153. box-sizing: border-box;
  154. }
  155. .form-inline .label {
  156. width: 45%;
  157. text-align: right;
  158. padding: 5px 15px 0 0;
  159. }
  160. .form-inline .choice {
  161. position: relative;
  162. z-index: 1;
  163. }
  164. .form-inline .choice .control {
  165. position: absolute;
  166. margin-top: 4px;
  167. width: auto;
  168. left: 45%;
  169. }
  170. .form-inline .choice .tooltip {
  171. margin-left: 20px;
  172. position: relative;
  173. z-index: 1;
  174. margin-top: 7px;
  175. }
  176. .form-inline .with-tooltip:not(.choice) {
  177. padding-top: 20px;
  178. }
  179. .control .control-value {
  180. display: inline-block;
  181. padding: 6px 0 0;
  182. vertical-align: top;
  183. }
  184. .control .control-value.special {
  185. font-weight: bold;
  186. }
  187. //
  188. // Field with multiple fields
  189. // ---------------------------------------------
  190. // TODO: rename 'fields-group' class. Propose - 'group'
  191. [class^="fields-group-"] .field {
  192. vertical-align: top;
  193. margin: 0;
  194. display: inline-block;
  195. }
  196. [class^="fields-group-"] .field .label {
  197. width: auto;
  198. float: none;
  199. text-align: left;
  200. padding-right: 0;
  201. }
  202. [class^="fields-group-"] .choice .label {
  203. display: inline;
  204. }
  205. [class^="fields-group-"] .field .control {
  206. float: none;
  207. width: auto;
  208. margin-left: 0;
  209. }
  210. @media screen and (max-width: 960px) {
  211. [class^="fields-group-"] .field {
  212. width: 100% !important;
  213. margin-bottom: 20px !important;
  214. }
  215. }
  216. [class^="fields-group-"] {
  217. letter-spacing: -0.31em; // webkit
  218. word-spacing: -0.43em; // IE < 8 && gecko
  219. }
  220. [class^="fields-group-"] > * {
  221. letter-spacing: normal;
  222. word-spacing: normal;
  223. }
  224. //
  225. // Form field with nested controls inside
  226. // ---------------------------------------------
  227. .nested {
  228. padding: 6px 0 0;
  229. }
  230. .nested .choice .label,
  231. .nested .choice .control {
  232. float: none;
  233. position: static;
  234. left: auto;
  235. text-align: left;
  236. display: inline;
  237. padding: 0;
  238. }
  239. .nested .field {
  240. width: auto;
  241. padding: 0;
  242. margin: 5px 0;
  243. display: block;
  244. }
  245. .nested .field:first-child {
  246. margin-top: 0;
  247. }
  248. .nested .field:last-child {
  249. margin-bottom: 0;
  250. }
  251. //
  252. // Clearfix
  253. // ---------------------------------------------
  254. .buttons-set:before,
  255. .buttons-set:after,
  256. .form-inline .field:before,
  257. .form-inline .field:after,
  258. .form-actions:before,
  259. .form-actions:after,
  260. .clearfix:before,
  261. .clearfix:after {
  262. content: "";
  263. display: table;
  264. }
  265. .buttons-set:after,
  266. .form-inline .field:after,
  267. .form-actions:after,
  268. .clearfix:after {
  269. clear: both;
  270. }
  271. //
  272. // Reset 'button view' for actions
  273. // --------------------------------------
  274. .customer-current-activity .action-refresh,
  275. .data-table .action-.delete,
  276. .data-table .action-.delete:hover,
  277. .data-table .action-.delete:active,
  278. .data-table .action-.delete.active,
  279. .data-table .action-delete,
  280. .data-table .action-delete:hover,
  281. .data-table .action-delete:active,
  282. .data-table .action-delete.active,
  283. .data-table .action-locked,
  284. .data-table .action-locked:hover,
  285. .data-table .action-locked:active,
  286. .data-table .action-locked.active,
  287. .data-table .action-locked[disabled],
  288. #product-variations-matrix .action-choose,
  289. .action-manage-images,
  290. .action-manage-images:hover,
  291. .action-manage-images:active,
  292. .action-manage-images.active,
  293. .action-manage-images[disabled],
  294. .image-panel .action-close,
  295. .image-panel .action-close:hover,
  296. .image-panel .action-close:active,
  297. .image-panel .action-close.active,
  298. .image-panel .action-close[disabled],
  299. .image-panel-controls .action-remove,
  300. .image-panel-controls .action-remove:hover,
  301. .image-panel-controls .action-remove:active,
  302. .image-panel-controls .action-remove.active,
  303. .image-panel-controls .action-remove[disabled],
  304. .vde-image-sizing .action-connect,
  305. .vde-image-sizing .action-connect:hover,
  306. .vde-image-sizing .action-connect:active,
  307. .vde-image-sizing .action-connect.active,
  308. .vde-image-sizing .action-connect[disabled],
  309. .suggest-expandable .action-show-all,
  310. .suggest-expandable .action-show-all:hover,
  311. .suggest-expandable .action-show-all:active,
  312. .suggest-expandable .action-show-all.active,
  313. .suggest-expandable .action-show-all[disabled],
  314. .custom-file > .action-add,
  315. .custom-file > .action-add:hover,
  316. .custom-file > .action-add:active,
  317. .custom-file > .action-add.active,
  318. .custom-file > .action-add[disabled],
  319. .vde-tools-header .action-close,
  320. .vde-tools-header .action-close:hover,
  321. .vde-tools-header .action-close:active,
  322. .vde-tools-header .action-close.active,
  323. .image .action-delete,
  324. .image .action-delete:hover,
  325. .image .action-delete:active,
  326. .image .action-delete.active,
  327. .fieldset-wrapper-title .actions .action-delete,
  328. .fieldset-wrapper-title .actions .action-delete:hover,
  329. .fieldset-wrapper-title .actions .action-delete:active,
  330. .fieldset-wrapper-title .actions .action-delete.active,
  331. .notification .action-close,
  332. .notification .action-close:hover,
  333. .notification .action-close:active,
  334. .notification .action-close.active,
  335. .page-login .action-forgotpassword,
  336. .page-login .action-forgotpassword:hover,
  337. .page-login .action-forgotpassword:active,
  338. .page-login .action-forgotpassword.active,
  339. .page-login .action-back,
  340. .page-login .action-back:hover,
  341. .page-login .action-back:active,
  342. .page-login .action-back.active,
  343. .data-table .action-.delete[disabled],
  344. .data-table .action-delete[disabled],
  345. .data-table .action-locked[disabled],
  346. .image-panel .action-close[disabled],
  347. .image-panel-controls .action-remove[disabled],
  348. .suggest-expandable .action-show-all[disabled],
  349. #store-view-window [class^='action-close'],
  350. #store-view-window [class^='action-close']:hover,
  351. #store-view-window [class^='action-close']:active,
  352. #store-view-window [class^='action-close'].active,
  353. #store-view-window [class^='action-close'][disabled],
  354. .custom-file > .action-add[disabled],
  355. .image .action-delete,
  356. .image .action-delete:hover,
  357. .image .action-delete:active,
  358. .image .action-delete.active,
  359. .fieldset-wrapper-title .actions .action-delete,
  360. .fieldset-wrapper-title .actions .action-delete:hover,
  361. .fieldset-wrapper-title .actions .action-delete:active,
  362. .fieldset-wrapper-title .actions .action-delete.active,
  363. .notification .action-close,
  364. .notification .action-close:hover,
  365. .notification .action-close:active,
  366. .notification .action-close.active,
  367. .vde-tools-header .action-close[disabled],
  368. .vde-image-sizing .action-reset,
  369. .vde-image-sizing .action-reset:hover,
  370. .vde-image-sizing .action-reset:active,
  371. .vde-image-sizing .action-reset.active,
  372. .vde-image-sizing .action-reset[disabled],
  373. .vde-image-sizing .action-connect,
  374. .vde-image-sizing .action-connect:hover,
  375. .vde-image-sizing .action-connect:active,
  376. .vde-image-sizing .action-connect.active,
  377. .vde-image-sizing .action-connect[disabled],
  378. .vde-tab-data .action-download,
  379. .vde-tab-data .action-download:hover,
  380. .vde-tab-data .action-download:active,
  381. .vde-tab-data .action-download.active,
  382. .vde-tab-data .action-download[disabled],
  383. .vde-tab-data .action-delete,
  384. .vde-tab-data .action-delete:hover,
  385. .vde-tab-data .action-delete:active,
  386. .vde-tab-data .action-delete.active,
  387. .vde-tab-data .action-delete[disabled],
  388. .vde-tab-data .action-edit,
  389. .vde-tab-data .action-edit:hover,
  390. .vde-tab-data .action-edit:active,
  391. .vde-tab-data .action-edit.active,
  392. .vde-tab-data .action-edit[disabled],
  393. .image .action-delete[disabled],
  394. .fieldset-wrapper-title .actions .action-delete[disabled] {
  395. border: none;
  396. border-radius: 0;
  397. background: none;
  398. margin: 0;
  399. padding: 0;
  400. box-shadow: none;
  401. text-shadow: none;
  402. filter: none;
  403. }
  404. .attribute-popup .messages {
  405. margin: 0 15px;
  406. }
  407. .fade.critical-notification {
  408. display: block;
  409. }
  410. .fade.critical-notification .popup {
  411. top: 200px;
  412. }
  413. //
  414. // Actions as links
  415. // --------------------------------------
  416. .notification-entry-dialog .action-close {
  417. background: none;
  418. border: none;
  419. color: #6d665e;
  420. font-weight: normal;
  421. font-size: 12px;
  422. cursor: pointer;
  423. text-decoration: underline;
  424. }
  425. .notification-entry-dialog .action-close:hover {
  426. color: @color-black;
  427. border-bottom-color: @color-black;
  428. filter: none;
  429. }
  430. //
  431. // Fileupload button
  432. // --------------------------------------
  433. .action-upload {
  434. position: relative;
  435. }
  436. .action-upload > input[type="file"] {
  437. position: absolute;
  438. left: 0;
  439. top: 0;
  440. right: 0;
  441. bottom: 0;
  442. opacity: 0;
  443. font-size: 10em;
  444. }
  445. //
  446. // Dropdown menu
  447. // --------------------------------------
  448. .dropdown-menu,
  449. .ui-autocomplete {
  450. position: absolute;
  451. display: none;
  452. list-style: none;
  453. min-width: 100px;
  454. margin: 1px 0 0;
  455. padding: 0;
  456. right: 0;
  457. top: 100%;
  458. border: 1px solid #cac2b5;
  459. background: @color-white;
  460. box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  461. z-index: 990;
  462. }
  463. .dropdown-menu > li,
  464. .ui-autocomplete > li {
  465. padding: 5px;
  466. border-bottom: 1px solid #e5e5e5;
  467. }
  468. .dropdown-menu > li.selected,
  469. .ui-autocomplete > li.selected {
  470. background: #eef8fc;
  471. }
  472. .dropdown-menu > li:hover,
  473. .ui-autocomplete > li:hover {
  474. background: #eef8fc;
  475. }
  476. .dropdown-menu > li:last-child,
  477. .ui-autocomplete > li:last-child {
  478. border-bottom: none;
  479. }
  480. .dropdown-menu > li > .item,
  481. .ui-autocomplete > li > .item {
  482. cursor: pointer;
  483. }
  484. .dropdown-menu-top {
  485. margin: 0 0 3px;
  486. top: auto;
  487. bottom: 100%;
  488. }
  489. .ui-autocomplete {
  490. right: auto;
  491. }
  492. .ui-autocomplete > li {
  493. padding: 0;
  494. }
  495. .ui-autocomplete > li > a {
  496. display: block;
  497. padding: 5px;
  498. }
  499. .ui-autocomplete > li > a.level-0 {
  500. padding-left: 5px !important;
  501. }
  502. .ui-autocomplete .ui-state-focus {
  503. background: #f5f5f5;
  504. }
  505. .active .dropdown-menu {
  506. display: block;
  507. }
  508. //
  509. // Actions Dropdown
  510. // --------------------------------------
  511. .action-dropdown {
  512. text-align: left;
  513. position: relative;
  514. display: inline-block;
  515. }
  516. .action-dropdown > [class^='action-'] {
  517. float: left;
  518. border-radius: 0;
  519. }
  520. .action-dropdown > .action-default {
  521. border-radius: 5px 0 0 5px;
  522. }
  523. .action-dropdown > .action-toggle {
  524. border-left: 1px solid #c5c0b9;
  525. border-radius: 0 5px 5px 0;
  526. margin-left: -1px;
  527. padding: 4px 7px;
  528. }
  529. .action-dropdown > .action-toggle > span {
  530. display: none;
  531. }
  532. .action-dropdown > .action-toggle:before {
  533. display: block;
  534. font-family: 'MUI-Icons';
  535. font-style: normal;
  536. speak: none;
  537. font-weight: normal;
  538. -webkit-font-smoothing: antialiased;
  539. content: '\e02c'; // arrow down
  540. font-size: 11px;
  541. }
  542. .action-dropdown > .action-toggle.active:before {
  543. content: '\e029'; // arrow up
  544. }
  545. .action-dropdown > .action-toggle.primary {
  546. border-left: 1px solid #e1721d;
  547. }
  548. .action-dropdown > .action-toggle.primary:hover {
  549. background: #e2701a;
  550. margin-left: -1px;
  551. }
  552. .action-dropdown.active .dropdown-menu {
  553. display: block;
  554. white-space: nowrap;
  555. }
  556. .action-dropdown.active .dropdown-menu > li {
  557. padding: 0;
  558. }
  559. .action-dropdown .dropdown-menu > li > .item {
  560. display: block;
  561. padding: 6px 10px 5px;
  562. color: #333;
  563. text-decoration: none;
  564. }
  565. //
  566. // Action delete icon
  567. // --------------------------------------
  568. // TODO: replase ".action-.delete" to ".action-delete" after buttons refactoring
  569. .data-table .action-.delete span,
  570. .data-table .action-delete span,
  571. .data-table .action-locked span,
  572. .image .action-delete span,
  573. .fieldset-wrapper-title .actions .action-delete span {
  574. display: none;
  575. }
  576. .data-table .action-.delete:before,
  577. .data-table .action-delete:before,
  578. .image .action-delete:before,
  579. .fieldset-wrapper-title .actions .action-delete:before {
  580. font-family: 'MUI-Icons';
  581. font-style: normal;
  582. speak: none;
  583. font-weight: normal;
  584. font-size: 18px;
  585. -webkit-font-smoothing: antialiased;
  586. content: '\e07f'; // delete icon
  587. color: #b7b3ad;
  588. }
  589. //
  590. // Locked action icon
  591. // --------------------------------------
  592. .data-table .action-locked:before {
  593. font-family: 'MUI-Icons';
  594. font-style: normal;
  595. speak: none;
  596. font-weight: normal;
  597. font-size: 20px;
  598. -webkit-font-smoothing: antialiased;
  599. content: '\e03e'; // lock icon
  600. color: #b7b3ad;
  601. }
  602. .data-table .action-.delete:hover:before,
  603. .data-table .action-delete:hover:before,
  604. .data-table .action-locked:hover:before,
  605. .image .action-delete:hover:before,
  606. .fieldset-wrapper-title .actions .action-delete:hover:before {
  607. color: #7e7e7e;
  608. }
  609. .data-table input.action-.delete[type="button"],
  610. .data-table input.action-.delete[type="submit"],
  611. .data-table input.action-.delete[type="reset"],
  612. .data-table button.action-.delete,
  613. .data-table input.action-.delete[type="button"]:visited,
  614. .data-table input.action-.delete[type="submit"]:visited,
  615. .data-table input.action-.delete[type="reset"]:visited,
  616. .data-table button.action-.delete:visited,
  617. .data-table input.action-.delete[type="button"]:hover,
  618. .data-table input.action-.delete[type="submit"]:hover,
  619. .data-table input.action-.delete[type="reset"]:hover,
  620. .data-table button.action-.delete:hover,
  621. .data-table input.action-.delete[type="button"]:active,
  622. .data-table input.action-.delete[type="submit"]:active,
  623. .data-table input.action-.delete[type="reset"]:active,
  624. .data-table button.action-.delete:active {
  625. background: transparent;
  626. padding: 3px 7px 0;
  627. }
  628. .data-table input.action-.delete[type=button]:hover:before,
  629. .data-table input.action-.delete[type=submit]:hover:before,
  630. .data-table input.action-.delete[type=reset]:hover:before,
  631. .data-table button.action-.delete:hover:before,
  632. .data-table input.action-.delete[type=button]:focus:before,
  633. .data-table input.action-.delete[type=submit]:focus:before,
  634. .data-table input.action-.delete[type=reset]:focus:before,
  635. .data-table button.action-.delete:focus:before {
  636. background: transparent;
  637. color: #a5a29d;
  638. }
  639. //
  640. // Forms
  641. // --------------------------------------
  642. fieldset {
  643. min-width: 0;
  644. padding: 20px;
  645. }
  646. legend {
  647. padding: 0 10px;
  648. margin: 0 -10px;
  649. }
  650. fieldset legend + br {
  651. display: none;
  652. }
  653. label > input[type="radio"],
  654. label > input[type="checkbox"] {
  655. margin: -3px 3px 0 0;
  656. vertical-align: middle;
  657. }
  658. input[type=text],
  659. input[type=password],
  660. input[type=datetime],
  661. input[type=datetime-local],
  662. input[type=date],
  663. input[type=month],
  664. input[type=time],
  665. input[type=week],
  666. input[type=number],
  667. input[type=range],
  668. input[type=email],
  669. input[type=url],
  670. input[type=search],
  671. input.search,
  672. input[type=tel],
  673. input[type=color],
  674. textarea,
  675. select {
  676. box-sizing: border-box;
  677. border: 1px solid #adadad;
  678. border-radius: 1px;
  679. padding: .6rem 1rem .6rem;
  680. color: #303030;
  681. background-color: @color-white;
  682. font-weight: 500;
  683. font-size: 14px;
  684. height: 33px;
  685. &:focus {
  686. border-color: #007bdb;
  687. box-shadow: none;
  688. outline: 0;
  689. }
  690. }
  691. select {
  692. &:not([multiple]) {
  693. .lib-css(appearance, none, 1);
  694. display: inline-block;
  695. line-height: normal;
  696. min-width: 80px;
  697. background-repeat: no-repeat;
  698. background-image+: url('../images/arrows-bg.svg');
  699. background-position+: ~'calc(100% - 12px)' -34px;
  700. background-size+: auto;
  701. background-image+: linear-gradient(#e3e3e3, #e3e3e3);
  702. background-position+: 100%;
  703. background-size+: 33px 100%;
  704. background-image+: linear-gradient(#adadad, #adadad);
  705. background-position+: ~'calc(100% - 33px)' 0;
  706. background-size+: 1px 100%;
  707. padding-right: 44px;
  708. &:active {
  709. background-image+: url('../images/arrows-bg.svg');
  710. background-position+: ~'calc(100% - 12px)' 13px;
  711. background-image+: linear-gradient(#e3e3e3, #e3e3e3);
  712. background-position+: 100%;
  713. background-image+: linear-gradient(#007bdb, #007bdb);
  714. background-position+: ~'calc(100% - 33px)' 0;
  715. }
  716. &::-ms-expand {
  717. display: none;
  718. }
  719. }
  720. }
  721. select[multiple],
  722. select[size] {
  723. height: auto;
  724. }
  725. textarea {
  726. resize: vertical;
  727. padding-top: 6px;
  728. padding-bottom: 6px;
  729. line-height: 1.18em;
  730. max-width: none;
  731. min-height: 100px;
  732. }
  733. textarea,
  734. .input-text {
  735. height: auto;
  736. }
  737. input[type="radio"],
  738. input[type="checkbox"] {
  739. .lib-css(appearance, none, 1);
  740. background: @color-white;
  741. border-radius: 2px;
  742. border: 1px solid #adadad;
  743. cursor: pointer;
  744. display: inline-block;
  745. height: 16px;
  746. margin: 0 5px 0 0;
  747. position: relative;
  748. transition: all 0.1s ease-in;
  749. vertical-align: middle;
  750. width: 16px;
  751. &:focus {
  752. border-color: #007bdb;
  753. box-shadow: none;
  754. outline: 0;
  755. }
  756. &[disabled] {
  757. background-color: #e9e9e9;
  758. border-color: #adadad;
  759. opacity: .5;
  760. &.admin__control-checkbox,
  761. &.admin__control-radio {
  762. opacity: 0.01;
  763. }
  764. }
  765. &:checked {
  766. &:after {
  767. font-family: 'Admin Icons';
  768. content: "\e62d";
  769. display: inline-block;
  770. position: absolute;
  771. top: 0;
  772. left: 0;
  773. width: 14px;
  774. color: #514943;
  775. font-size: 11px;
  776. line-height: 13px;
  777. text-align: center;
  778. font-weight: 400
  779. }
  780. }
  781. }
  782. // Fix for jquery.jstree.js (checkboxes in admin__scope-old only)
  783. .jstree .jstree-real-checkbox {
  784. display: none;
  785. }
  786. input[type="radio"] {
  787. border-radius: 8px;
  788. &:checked {
  789. &:after {
  790. content: '';
  791. display: block;
  792. width: 10px;
  793. height: 10px;
  794. border-radius: 10px;
  795. background: #514943;
  796. top: 50%;
  797. left: 50%;
  798. position: absolute;
  799. margin-top: -5px;
  800. margin-left: -5px;
  801. }
  802. }
  803. }
  804. input[disabled],
  805. select[disabled],
  806. textarea[disabled],
  807. input[readonly],
  808. select[readonly],
  809. textarea[readonly] {
  810. background-color: #e9e9e9;
  811. border-color: #adadad;
  812. color: #303030;
  813. opacity: .5;
  814. cursor: not-allowed;
  815. }
  816. select[disabled] option[selected] {
  817. color: @color-white;
  818. background: #aaa;
  819. }
  820. textarea:-moz-placeholder,
  821. input:-moz-placeholder {
  822. color: #999 !important;
  823. font-style: italic;
  824. }
  825. option.placeholder {
  826. color: #999 !important;
  827. font-style: italic !important;
  828. }
  829. :-ms-input-placeholder {
  830. color: #999 !important;
  831. font-style: italic;
  832. }
  833. ::-webkit-input-placeholder {
  834. color: #999 !important;
  835. }
  836. :-moz-placeholder {
  837. color: #999 !important;
  838. }
  839. .form-inline .control {
  840. width: 100%;
  841. .control-inner-wrap {
  842. padding-top: 7px;
  843. }
  844. }
  845. .form-inline .label {
  846. width: 20%;
  847. padding-top: 8px;
  848. padding-right: 30px;
  849. &.admin__field-label {
  850. padding-top: 0;
  851. padding-right: 30px;
  852. width: 20%;
  853. margin-left: 0;
  854. }
  855. }
  856. .form-inline .label ~ .control {
  857. margin: 0;
  858. width: 60%;
  859. }
  860. .form-inline .no-label .control {
  861. margin-left: 20%;
  862. width: 60%;
  863. }
  864. fieldset.field [class^='fields-group-'] .field .control {
  865. width: auto;
  866. margin: 0 0 0 20px;
  867. }
  868. .form-inline .field-service {
  869. box-sizing: border-box;
  870. float: left;
  871. width: 20%;
  872. padding: 7px 0 0 15px;
  873. color: #999;
  874. font-size: 12px;
  875. letter-spacing: .05em;
  876. }
  877. .form-inline .field-service[value-scope]:before {
  878. content: attr(value-scope) !important;
  879. white-space: nowrap;
  880. display: block;
  881. margin-bottom: 5px;
  882. }
  883. .form-inline .field-service .checkbox {
  884. margin: 0;
  885. vertical-align: middle;
  886. }
  887. .form-inline > form > div > .message {
  888. margin-left: 18px;
  889. margin-right: 18px;
  890. }
  891. .control > input {
  892. width: 100%;
  893. padding: 4px 10px;
  894. }
  895. .control > input[type="button"] {
  896. width: auto;
  897. }
  898. .control > input._has-datepicker {
  899. width: 160px;
  900. }
  901. .control {
  902. > input[type="file"] {
  903. width: auto;
  904. }
  905. > input[type="checkbox"],
  906. > input[type="radio"] {
  907. width: 16px;
  908. padding: 0;
  909. }
  910. }
  911. .control > table {
  912. width: 100%;
  913. }
  914. .multi-input {
  915. margin: 0 0 20px;
  916. }
  917. .multi-input > input {
  918. width: 100%;
  919. }
  920. .control .input-file {
  921. margin-top: 4px;
  922. }
  923. .control {
  924. ._has-datepicker {
  925. & + .ui-datepicker-trigger {
  926. .lib-button-reset();
  927. .lib-icon-font(
  928. @icon-calendar,
  929. @_icon-font-size: 42px,
  930. @_icon-font-line-height: 30px,
  931. @_icon-font-text-hide: true,
  932. @_icon-font-position: after,
  933. @_icon-font-color: @field-date-icon--color
  934. );
  935. display: inline-block;
  936. vertical-align: middle;
  937. &:focus {
  938. outline: 0;
  939. box-shadow: none;
  940. }
  941. }
  942. }
  943. }
  944. .nobr {
  945. white-space: nowrap;
  946. }
  947. //
  948. // Form Validation
  949. // --------------------------------------
  950. label.mage-error {
  951. border: 1px solid #e22626;
  952. display: block;
  953. margin: 2px 0 0;
  954. padding: 6px 10px 10px;
  955. background: #fff8d6;
  956. color: #555;
  957. font-size: 12px;
  958. font-weight: 500;
  959. box-sizing: border-box;
  960. }
  961. textarea.mage-error,
  962. select.mage-error,
  963. input.mage-error {
  964. border-color: #e22626 !important;
  965. }
  966. input.mage-error ~ .addafter {
  967. border-color: #e22626 !important;
  968. }
  969. //
  970. // Forms for Store Scope
  971. // --------------------------------------
  972. .form-inline .field-store_id .label + .control,
  973. .form-inline .field-store_ids .label + .control,
  974. .form-inline .field-website_ids .label + .control,
  975. .form-inline .field-website_id .label + .control,
  976. .form-inline .field-select_stores .label + .control,
  977. .form-inline .field-stores .label + .control {
  978. width: auto;
  979. }
  980. //
  981. // Forms styles
  982. // --------------------------------------
  983. .page-content-inner {
  984. position: relative;
  985. background: #f5f2ed;
  986. border: 1px solid #b7b2a6;
  987. border-radius: 5px;
  988. padding: 20px;
  989. }
  990. .fieldset-wrapper,
  991. .fieldset {
  992. background: @color-white;
  993. border: 0;
  994. margin: 0;
  995. padding: 5px 0 38px;
  996. position: relative;
  997. }
  998. .fieldset-wrapper > .fieldset-wrapper-title,
  999. .fieldset > .legend {
  1000. position: static;
  1001. float: left;
  1002. width: 100%;
  1003. box-sizing: border-box;
  1004. padding: 0;
  1005. border-bottom: 1px solid #cac3b4;
  1006. margin: 0 0 18px;
  1007. }
  1008. .fieldset-wrapper > .fieldset-wrapper-title {
  1009. float: none;
  1010. }
  1011. .fieldset-wrapper > .fieldset-wrapper-title .title,
  1012. .fieldset > .legend span {
  1013. color: #303030;
  1014. font-size: 1.7rem;
  1015. font-weight: 600;
  1016. padding: 7px 0 10px;
  1017. display: inline-block;
  1018. }
  1019. //
  1020. // collapsible fieldset-wrapper
  1021. // --------------------------------------
  1022. // Fieldset styles in another fieldset
  1023. .fieldset .fieldset-wrapper,
  1024. .fieldset-wrapper .fieldset-wrapper {
  1025. border: 1px solid #cac3b4;
  1026. border-radius: 2px;
  1027. margin-bottom: 5px;
  1028. padding: 0;
  1029. }
  1030. .fieldset .fieldset-wrapper .fieldset-wrapper-title,
  1031. .fieldset-wrapper .fieldset-wrapper .fieldset-wrapper-title {
  1032. background: #f7f3eb;
  1033. padding: 0 18px;
  1034. border: 0;
  1035. }
  1036. .fieldset .fieldset-wrapper.opened .fieldset-wrapper-title,
  1037. .fieldset-wrapper .fieldset-wrapper.opened .fieldset-wrapper-title {
  1038. border-bottom: 1px solid #cccbca;
  1039. -webkit-touch-callout: none;
  1040. -webkit-user-select: none; // use in 41 Chrome
  1041. -moz-user-select: none; // use in 36 Firefox
  1042. -ms-user-select: none; // use in 11 IE
  1043. user-select: none;
  1044. min-height: 39px;
  1045. }
  1046. .fieldset .fieldset-wrapper .fieldset-wrapper-title .actions,
  1047. .fieldset-wrapper .fieldset-wrapper .fieldset-wrapper-title .actions {
  1048. padding: 6px 0 0;
  1049. }
  1050. .fieldset .fieldset-wrapper .fieldset-wrapper-title .title,
  1051. .fieldset-wrapper .fieldset-wrapper .fieldset-wrapper-title .title {
  1052. padding-top: 9px;
  1053. padding-bottom: 8px;
  1054. color: #555;
  1055. font: normal 16px/1.333 Arial, Verdana, sans-serif;
  1056. }
  1057. .fieldset .fieldset-wrapper .fieldset-wrapper-title .title:before,
  1058. .fieldset-wrapper .fieldset-wrapper .fieldset-wrapper-title .title:before {
  1059. top: 9px;
  1060. }
  1061. .fieldset-wrapper-content .fieldset > .title {
  1062. margin-top: 0;
  1063. padding-left: 22px;
  1064. }
  1065. .fieldset-wrapper .draggable-handle,
  1066. .fieldset .draggable-handle {
  1067. background: url(../Magento_Backend/images/draggable-handle-vertical.png) no-repeat 0 0;
  1068. color: #b2b0ad;
  1069. cursor: ns-resize;
  1070. height: 14px;
  1071. line-height: 14px;
  1072. margin: 0;
  1073. vertical-align: top;
  1074. width: 8px;
  1075. &:before {
  1076. display: none;
  1077. }
  1078. }
  1079. .fieldset-wrapper-title > .draggable-handle {
  1080. position: absolute;
  1081. left: 10px;
  1082. top: 12px;
  1083. }
  1084. .fieldset .fieldset-wrapper .fieldset-wrapper-content,
  1085. .fieldset-wrapper .fieldset-wrapper .fieldset-wrapper-content {
  1086. padding: 0 10px;
  1087. }
  1088. // Sortable fieldsets
  1089. .ui-sortable {
  1090. margin-bottom: 15px; // should be the same as .sortable-wrapper
  1091. }
  1092. .ui-sortable .entry-edit .fieldset-wrapper-title,
  1093. #product_options_container_top .fieldset-wrapper-title {
  1094. padding-left: 30px;
  1095. }
  1096. #super_config-wrapper,
  1097. #grouped-wrapper {
  1098. border-bottom: 0;
  1099. }
  1100. .fieldset .legend > .actions {
  1101. float: right;
  1102. padding-top: 8px;
  1103. }
  1104. .fieldset-wrapper-title > .actions {
  1105. float: right;
  1106. }
  1107. .fieldset > .legend + br {
  1108. display: block;
  1109. height: 0;
  1110. overflow: hidden;
  1111. clear: left;
  1112. }
  1113. .fieldset-wrapper .fieldset,
  1114. .fieldset .fieldset {
  1115. background: transparent;
  1116. padding: 9px 0;
  1117. border: none;
  1118. border-radius: 0;
  1119. margin: 0 0 29px;
  1120. }
  1121. .fieldset .comment {
  1122. margin: 0 0 29px 10px;
  1123. }
  1124. .fieldset {
  1125. .field {
  1126. margin: 0 0 29px;
  1127. }
  1128. }
  1129. .with-note .note,
  1130. .field .note,
  1131. .data-table .note {
  1132. color: #303030;
  1133. font-size: 12px;
  1134. font-weight: 400;
  1135. margin: 5px 0;
  1136. }
  1137. .fieldset .field .options-list {
  1138. list-style: none;
  1139. margin: 0;
  1140. padding: 0;
  1141. }
  1142. .fieldset .field .options-list input[type="checkbox"],
  1143. .fieldset .field .options-list input[type="radio"] {
  1144. margin-right: 5px;
  1145. }
  1146. [class^="fields-group-"] .field {
  1147. margin-bottom: 0;
  1148. }
  1149. .fieldset-wrapper .fieldset:last-child,
  1150. .fieldset .fieldset:last-child,
  1151. .fieldset .field:last-child {
  1152. margin-bottom: 0;
  1153. }
  1154. .fieldset .label {
  1155. color: #303030;
  1156. font-size: 14px;
  1157. font-weight: 600;
  1158. }
  1159. .fieldset .control .label {
  1160. .style9();
  1161. padding-top: 0;
  1162. }
  1163. .form-inline div:not([class*='fields-group']) > .field > .label,
  1164. .form-inline .fieldset > .field > .label {
  1165. color: #303030;
  1166. font-size: 14px;
  1167. font-weight: 600;
  1168. line-height: 3.2rem;
  1169. padding: 0 30px 0 30px;
  1170. white-space: nowrap;
  1171. word-wrap: break-word;
  1172. &:before {
  1173. content: '.';
  1174. margin-left: -7px;
  1175. overflow: hidden;
  1176. visibility: hidden;
  1177. width: 0;
  1178. }
  1179. span {
  1180. display: inline-block;
  1181. line-height: 1.33;
  1182. vertical-align: middle;
  1183. white-space: normal;
  1184. &[data-config-scope] {
  1185. position: relative;
  1186. &:before {
  1187. bottom: -1.3rem;
  1188. color: #808080;
  1189. content: attr(data-config-scope);
  1190. font-size: 1.1rem;
  1191. font-weight: @font-weight__regular;
  1192. min-width: 15rem;
  1193. position: absolute;
  1194. right: 0;
  1195. text-transform: lowercase;
  1196. }
  1197. }
  1198. }
  1199. }
  1200. .details-content > .field.required > .label,
  1201. .fieldset > .field.required > .label {
  1202. padding-left: 1.5rem;
  1203. &:after {
  1204. content: '';
  1205. }
  1206. span {
  1207. &:after {
  1208. color: #e22626;
  1209. content: '*';
  1210. display: inline-block;
  1211. font-size: 1.6rem;
  1212. font-weight: 500;
  1213. line-height: 1;
  1214. margin-left: 10px;
  1215. margin-top: 0;
  1216. position: absolute;
  1217. top: 1.2rem;
  1218. z-index: 1;
  1219. }
  1220. &[data-config-scope] {
  1221. position: relative;
  1222. &:after {
  1223. top: .2rem;
  1224. }
  1225. }
  1226. }
  1227. }
  1228. .form-inline {
  1229. .details-content > .field.required > .label,
  1230. .fieldset > .field.required > .label {
  1231. padding-left: 0;
  1232. span {
  1233. &:after {
  1234. left: auto;
  1235. margin-left: 10px;
  1236. top: 1.2rem;
  1237. }
  1238. &[data-config-scope] {
  1239. &:after {
  1240. top: .2rem;
  1241. }
  1242. }
  1243. }
  1244. }
  1245. }
  1246. .with-addon {
  1247. .textarea {
  1248. margin: 0 0 6px;
  1249. }
  1250. .addon {
  1251. display: inline-block;
  1252. width: auto;
  1253. }
  1254. }
  1255. .fieldset .control .textarea,
  1256. .fieldset .control .addon .textarea {
  1257. width: 100%;
  1258. }
  1259. .details-content > .field > input[type="checkbox"],
  1260. .fieldset > .field > input[type="checkbox"] {
  1261. margin-top: 9px;
  1262. }
  1263. .fieldset-alt {
  1264. position: relative;
  1265. display: table-row;
  1266. border: 0;
  1267. padding: 0;
  1268. margin-bottom: 20px;
  1269. width: 100%;
  1270. }
  1271. .fieldset-alt > .field {
  1272. display: table-cell;
  1273. vertical-align: top;
  1274. padding-right: 4%;
  1275. }
  1276. .fieldset-alt > .field.no-display {
  1277. display: none;
  1278. }
  1279. .fieldset-alt .field > .label {
  1280. display: block;
  1281. width: 100%;
  1282. clear: both;
  1283. text-align: left;
  1284. margin: 0 0 10px;
  1285. }
  1286. .fieldset-alt .label + .control {
  1287. width: 100%;
  1288. }
  1289. .fieldset-alt .field-option-title {
  1290. width: 50%;
  1291. }
  1292. .fieldset .tooltip .help {
  1293. margin: 5px 0 0 15px;
  1294. display: inline-block;
  1295. }
  1296. .fieldset-alt .field-option-store-view {
  1297. width: 20%;
  1298. }
  1299. .fieldset-alt .field-option-input-type {
  1300. width: 20%;
  1301. }
  1302. .fieldset-alt .field-option-input-type select {
  1303. width: 100%;
  1304. }
  1305. .fieldset-alt .field-option-req {
  1306. width: 105px;
  1307. white-space: nowrap;
  1308. }
  1309. .fieldset-alt .field-option-req .control {
  1310. position: relative;
  1311. top: 32px;
  1312. }
  1313. .fieldset-alt .field-option-position,
  1314. .fieldset-alt .field-option-position .control {
  1315. width: 60px;
  1316. }
  1317. // "Use default" checkbox
  1318. .use-default-control {
  1319. display: none;
  1320. }
  1321. .use-default-label {
  1322. cursor: pointer;
  1323. text-decoration: underline;
  1324. font-size: 11px;
  1325. color: #a29c94;
  1326. }
  1327. .use-default-label:hover {
  1328. color: #7e7e7e;
  1329. }
  1330. //
  1331. // Custom Multiselect
  1332. // --------------------------------------
  1333. .multiselect-alt {
  1334. margin: 0;
  1335. padding: 0;
  1336. list-style: none;
  1337. border: 1px solid #ccc;
  1338. border-radius: 5px;
  1339. color: #333;
  1340. }
  1341. .multiselect-alt .item {
  1342. position: relative;
  1343. border-top: 1px solid @color-white;
  1344. cursor: pointer;
  1345. }
  1346. .multiselect-alt .item:first-child {
  1347. border-top: 0;
  1348. }
  1349. .multiselect-alt .item.selected {
  1350. background: #d7ebf5;
  1351. }
  1352. .multiselect-alt .item.selected:hover {
  1353. background: #afdef2;
  1354. }
  1355. .multiselect-alt label {
  1356. display: block;
  1357. cursor: pointer;
  1358. padding: 6px 25px 5px;
  1359. }
  1360. .multiselect-alt .item.selected label:before {
  1361. position: absolute;
  1362. left: 8px;
  1363. top: 1px;
  1364. bottom: 0;
  1365. width: 10px;
  1366. line-height: 28px;
  1367. font-family: 'MUI-Icons';
  1368. font-style: normal;
  1369. speak: none;
  1370. font-weight: normal;
  1371. -webkit-font-smoothing: antialiased;
  1372. content: '\e01e'; // checked icon
  1373. text-align: center;
  1374. color: #7ba4b1;
  1375. font-size: 9px;
  1376. text-shadow: 0 -1px 1px #60727b;
  1377. }
  1378. .multiselect-alt input[type="checkbox"] {
  1379. width: 0;
  1380. height: 0;
  1381. opacity: 0;
  1382. margin: 0;
  1383. padding: 0;
  1384. }
  1385. //
  1386. // Form item with table
  1387. // --------------------------------------
  1388. .with-table {
  1389. .label {
  1390. float: none;
  1391. text-align: left;
  1392. width: 100%;
  1393. }
  1394. .control {
  1395. clear: left;
  1396. float: none;
  1397. width: 100%;
  1398. }
  1399. }
  1400. //
  1401. // Form currency label
  1402. // --------------------------------------
  1403. .addon {
  1404. input[type="text"] {
  1405. border-width: 1px 1px 1px 0;
  1406. ~ .addafter strong {
  1407. display: inline-block;
  1408. background: @color-white;
  1409. line-height: 24px;
  1410. margin: 0 3px 0 0;
  1411. padding-left: 4px;
  1412. padding-right: 4px;
  1413. position: relative;
  1414. font-size: 14px;
  1415. font-weight: 400;
  1416. color: #858585;
  1417. top: 0;
  1418. }
  1419. &:focus ~ .addafter {
  1420. border-color: #007bdb;
  1421. strong {
  1422. margin-top: 0;
  1423. }
  1424. }
  1425. }
  1426. .addafter {
  1427. background: none;
  1428. color: #a6a6a6;
  1429. border-width: 1px 1px 1px 0;
  1430. border-radius: 1px 1px 0 0;
  1431. padding: 0;
  1432. border-color: #ada89e;
  1433. }
  1434. input[type="text"],
  1435. select {
  1436. &[disabled],
  1437. &[readonly] {
  1438. ~ .addafter {
  1439. background-color: #e9e9e9;
  1440. border-color: #adadad;
  1441. color: #303030;
  1442. opacity: .5;
  1443. cursor: not-allowed;
  1444. }
  1445. }
  1446. }
  1447. .pager input {
  1448. border-width: 1px;
  1449. }
  1450. }
  1451. .field-weight,
  1452. .field-base_price {
  1453. .addon {
  1454. input[type="text"] {
  1455. border-width: 1px 0 1px 1px;
  1456. }
  1457. }
  1458. }
  1459. .field.type-price .addon,
  1460. .field-price .addon,
  1461. .field-special_price .addon,
  1462. .field-gift_wrapping_price .addon,
  1463. .field-msrp .addon {
  1464. direction: rtl;
  1465. }
  1466. .field.type-price .addon > *,
  1467. .field-price .addon > *,
  1468. .field-special_price .addon > *,
  1469. .field-gift_wrapping_price .addon > *,
  1470. .field-msrp .addon > * {
  1471. direction: ltr;
  1472. }
  1473. .field.type-price .addon .addafter,
  1474. .field-price .addon .addafter,
  1475. .field-special_price .addon .addafter,
  1476. .field-gift_wrapping_price .addon .addafter,
  1477. .field-msrp .addon .addafter {
  1478. border-width: 1px 0 1px 1px;
  1479. border-radius: 1px 0 0 1px;
  1480. }
  1481. .field.type-price .addon input[type=text]:first-child,
  1482. .field-price .addon input[type=text]:first-child,
  1483. .field-special_price .addon input[type=text]:first-child,
  1484. .field-gift_wrapping_price .addon input[type=text]:first-child,
  1485. .field-msrp .addon input[type=text]:first-child {
  1486. border-radius: 0 1px 1px 0;
  1487. }
  1488. .field.type-price input:focus,
  1489. .field-price input:focus,
  1490. .field-special_price input:focus,
  1491. .field-gift_wrapping_price input:focus,
  1492. .field-msrp input:focus {
  1493. border-color: #007bdb;
  1494. }
  1495. .field.type-price input:focus ~ label.addafter,
  1496. .field-price input:focus ~ label.addafter,
  1497. .field-special_price input:focus ~ label.addafter,
  1498. .field-gift_wrapping_price input:focus ~ label.addafter,
  1499. .field-msrp input:focus ~ label.addafter {
  1500. border-color: #007bdb;
  1501. }
  1502. .field.type-price input ~ label.addafter strong,
  1503. .field-price input ~ label.addafter strong,
  1504. .field-special_price input ~ label.addafter strong,
  1505. .field-msrp input ~ label.addafter strong,
  1506. .field-gift_wrapping_price input ~ label.addafter strong {
  1507. margin-left: 2px;
  1508. margin-right: -2px;
  1509. }
  1510. //
  1511. // Details element
  1512. // --------------------------------------
  1513. summary {
  1514. cursor: pointer;
  1515. display: inline-block;
  1516. }
  1517. .no-details details > * {
  1518. display: none;
  1519. }
  1520. .no-details details > summary:before {
  1521. float: left;
  1522. width: 20px;
  1523. content: '► ';
  1524. }
  1525. .no-details details.open > summary:before {
  1526. content: '▼ ';
  1527. }
  1528. .no-details details summary {
  1529. display: block;
  1530. }
  1531. //
  1532. // Blockquotes
  1533. // --------------------------------------
  1534. blockquote {
  1535. border-left: 2px solid #ccc;
  1536. padding-left: 5px;
  1537. }
  1538. blockquote small:before {
  1539. content: '\2014 \00A0';
  1540. }
  1541. //
  1542. // Addresses
  1543. // --------------------------------------
  1544. address {
  1545. font-style: normal;
  1546. }
  1547. //
  1548. // X-tree styles
  1549. // --------------------------------------
  1550. .x-tree-node .leaf .x-tree-node-icon {
  1551. background-image: url(../images/fam_leaf.png);
  1552. }
  1553. .x-tree-node .system-leaf .x-tree-node-icon {
  1554. background-image: url(../images/fam_application_form_delete.png);
  1555. }
  1556. .x-tree-node .x-tree-node-el input[type=checkbox] {
  1557. margin-left: 3px;
  1558. }
  1559. //
  1560. // Styles for "js" tooltip with positionings
  1561. // --------------------------------------
  1562. .tipsy {
  1563. padding: 11px;
  1564. }
  1565. .tipsy-inner {
  1566. padding: 12px 15px;
  1567. max-width: 185px;
  1568. background: #faf8f6;
  1569. border: 1px solid #dcd8ce;
  1570. box-shadow: 0 2px 5px rgba(49, 48, 43, .4);
  1571. }
  1572. .tipsy-inner .error {
  1573. width: 158px;
  1574. }
  1575. .tipsy-inner .error h5 {
  1576. color: #be0a0a;
  1577. font-size: 16px;
  1578. font-weight: 500;
  1579. margin: 0 0 6px;
  1580. }
  1581. .tipsy-inner .error p {
  1582. color: #676056;
  1583. line-height: 1.5;
  1584. margin: 0;
  1585. }
  1586. .tipsy-e .tipsy-arrow {
  1587. top: 50%;
  1588. left: 1px;
  1589. margin-top: -10px;
  1590. border-top: 10px solid transparent;
  1591. border-right: 10px solid #dcd8ce;
  1592. border-bottom: 10px solid transparent;
  1593. border-left: none;
  1594. }
  1595. .tipsy-w .tipsy-arrow {
  1596. top: 50%;
  1597. right: 0;
  1598. margin-top: -10px;
  1599. border-top: 10px solid transparent;
  1600. border-right: none;
  1601. border-bottom: 10px solid transparent;
  1602. border-left: 10px solid #dcd8ce;
  1603. }
  1604. .tipsy-n .tipsy-arrow,
  1605. .tipsy-ne .tipsy-arrow,
  1606. .tipsy-nw .tipsy-arrow {
  1607. bottom: 1px;
  1608. border-top: 10px solid #dcd8ce;
  1609. border-right: 10px solid transparent;
  1610. border-bottom: none;
  1611. border-left: 10px solid transparent;
  1612. }
  1613. .tipsy-ne .tipsy-arrow {
  1614. left: 16px;
  1615. }
  1616. .tipsy-nw .tipsy-arrow {
  1617. right: 16px;
  1618. }
  1619. .tipsy-s .tipsy-arrow,
  1620. .tipsy-se .tipsy-arrow,
  1621. .tipsy-sw .tipsy-arrow {
  1622. top: 1px;
  1623. border-left: 10px solid transparent;
  1624. border-right: 10px solid transparent;
  1625. border-bottom: 10px solid #dcd8ce;
  1626. border-top: none;
  1627. }
  1628. .tipsy-se .tipsy-arrow {
  1629. left: 16px;
  1630. }
  1631. .tipsy-sw .tipsy-arrow {
  1632. right: 16px;
  1633. }
  1634. .tipsy-arrow:after,
  1635. .tipsy-arrow:before {
  1636. position: absolute;
  1637. width: 0;
  1638. height: 0;
  1639. content: '';
  1640. }
  1641. .tipsy-e .tipsy-arrow:after {
  1642. top: -5px;
  1643. left: 2px;
  1644. margin-top: -4px;
  1645. border-top: 9px solid transparent;
  1646. border-right: 9px solid #faf8f6;
  1647. border-bottom: 9px solid transparent;
  1648. }
  1649. .tipsy-e .tipsy-arrow:before {
  1650. top: -8px;
  1651. margin-top: 0;
  1652. border-top: 10px solid transparent;
  1653. border-right: 10px solid rgba(49, 48, 43, .1);
  1654. border-bottom: 10px solid transparent;
  1655. }
  1656. .tipsy-w .tipsy-arrow:after {
  1657. top: -5px;
  1658. left: -12px;
  1659. margin-top: -4px;
  1660. border-top: 9px solid transparent;
  1661. border-right: none;
  1662. border-bottom: 9px solid transparent;
  1663. border-left: 9px solid #faf8f6;
  1664. }
  1665. .tipsy-w .tipsy-arrow:before {
  1666. top: -8px;
  1667. left: -10px;
  1668. margin-top: 0;
  1669. border-top: 10px solid transparent;
  1670. border-right: none;
  1671. border-bottom: 10px solid transparent;
  1672. border-left: 10px solid rgba(49, 48, 43, .1);
  1673. }
  1674. .tipsy-n .tipsy-arrow:after,
  1675. .tipsy-ne .tipsy-arrow:after,
  1676. .tipsy-nw .tipsy-arrow:after {
  1677. margin-top: -4px;
  1678. left: -9px;
  1679. top: -7px;
  1680. border-top: 9px solid #faf8f6;
  1681. border-right: 9px solid transparent;
  1682. border-left: 9px solid transparent;
  1683. }
  1684. .tipsy-n .tipsy-arrow:before,
  1685. .tipsy-ne .tipsy-arrow:before,
  1686. .tipsy-nw .tipsy-arrow:before {
  1687. left: -10px;
  1688. top: -8px;
  1689. margin-top: 0;
  1690. border-top: 10px solid rgba(49, 48, 43, .1);
  1691. border-right: 10px solid transparent;
  1692. border-left: 10px solid transparent;
  1693. }
  1694. .tipsy-s .tipsy-arrow:after,
  1695. .tipsy-sw .tipsy-arrow:after,
  1696. .tipsy-se .tipsy-arrow:after {
  1697. left: -9px;
  1698. top: 6px;
  1699. margin-top: -4px;
  1700. border-top: none;
  1701. border-right: 9px solid transparent;
  1702. border-bottom: 9px solid #faf8f6;
  1703. border-left: 9px solid transparent;
  1704. }
  1705. .tipsy-inner dl {
  1706. margin: 0;
  1707. }
  1708. .tipsy-inner dt {
  1709. margin: 0 0 4px;
  1710. font-size: 16px;
  1711. font-weight: 400;
  1712. color: #f47b20;
  1713. }
  1714. .tipsy-inner dd {
  1715. margin: 0;
  1716. color: #676056;
  1717. font-size: 12px;
  1718. line-height: 18px;
  1719. font-family: Arial, Helvetica, sans-serif;
  1720. }
  1721. // Backup popup
  1722. // TODO: remove after backups page js refactoring
  1723. .backup-dialog {
  1724. margin-top: inherit !important;
  1725. }
  1726. .col-left {
  1727. float: left;
  1728. }
  1729. .col-right {
  1730. float: right;
  1731. }
  1732. .col-1-layout {
  1733. .main-col {
  1734. width: auto;
  1735. }
  1736. }
  1737. .col-2-left-layout {
  1738. margin: 0 auto;
  1739. position: relative;
  1740. &:before {
  1741. position: absolute;
  1742. content: "";
  1743. background-color: @color-white;
  1744. right: 0;
  1745. top: 0;
  1746. bottom: 0;
  1747. min-width: 730px;
  1748. width: 80%;
  1749. }
  1750. }
  1751. .col-2-left-layout .main-col,
  1752. .col-2-right-layout .main-col {
  1753. min-width: 730px;
  1754. }
  1755. //
  1756. // Switcher
  1757. // -------------------------------------
  1758. .admin__actions-switch {
  1759. .admin__actions-switch-checkbox {
  1760. position: absolute;
  1761. z-index: -1;
  1762. }
  1763. }
  1764. .admin__actions-switch {
  1765. .admin__actions-switch-checkbox {
  1766. position: absolute;
  1767. z-index: -1;
  1768. }
  1769. }
  1770. //
  1771. // Content actions panel (with buttons, switchers...)
  1772. // --------------------------------------
  1773. // .page-actions {
  1774. // padding: 0 0 20px;
  1775. // text-align: right;
  1776. // }
  1777. .page-actions .buttons-group {
  1778. vertical-align: top;
  1779. text-align: left;
  1780. }
  1781. .page-actions > .switcher {
  1782. display: inline-block;
  1783. vertical-align: top;
  1784. margin: 6px 10px 0 0;
  1785. }
  1786. // .main-col .page-actions {
  1787. // padding: 20px 0;
  1788. // }
  1789. .catalog-product-index .page-actions {
  1790. padding-top: 0;
  1791. }
  1792. [class^=" catalog-product-"] .store-scope .store-tree {
  1793. float: left;
  1794. }
  1795. // TODO: refactor trees
  1796. .x-tree ul {
  1797. margin: 0;
  1798. padding: 0;
  1799. }
  1800. .tree-wrapper {
  1801. width: 100%;
  1802. overflow: auto;
  1803. float: left; // Fixed Chrome scroll issue
  1804. }
  1805. .page-actions.fixed .page-actions-inner:before {
  1806. content: attr(data-title);
  1807. float: left;
  1808. font-size: 20px;
  1809. max-width: 50%;
  1810. overflow: hidden;
  1811. text-overflow: ellipsis;
  1812. white-space: nowrap;
  1813. }
  1814. // Dynamic Grid
  1815. // Used in pages like Catalog -> Attributes
  1816. .dynamic-grid th {
  1817. padding: 2px;
  1818. width: 100px;
  1819. }
  1820. .dynamic-grid td {
  1821. padding: 2px;
  1822. }
  1823. .dynamic-grid td input {
  1824. width: 94px;
  1825. }
  1826. tr.dynamic-grid td,
  1827. tr.dynamic-grid th {
  1828. padding: 2px 10px 2px 0;
  1829. width: auto;
  1830. }
  1831. tr.dynamic-grid input.input-text {
  1832. width: 154px;
  1833. }
  1834. .available {
  1835. color: #080;
  1836. font-weight: bold;
  1837. }
  1838. .not-available {
  1839. color: #800;
  1840. }
  1841. .categories-side-col {
  1842. padding: 0 3%;
  1843. }
  1844. //
  1845. // Website store views tree
  1846. // --------------------------------------
  1847. .store-tree {
  1848. .website-name {
  1849. font-size: 14px;
  1850. font-weight: bold;
  1851. }
  1852. .webiste-groups {
  1853. margin: 5px 0 20px 25px;
  1854. dt {
  1855. font-weight: bold;
  1856. }
  1857. dd {
  1858. margin: 5px 0 15px 15px;
  1859. > ul {
  1860. list-style: none;
  1861. margin: 0;
  1862. padding: 0;
  1863. > li {
  1864. margin: 0 0 5px;
  1865. }
  1866. }
  1867. }
  1868. }
  1869. }
  1870. //
  1871. // Tree Store Scope
  1872. // ---------------------------------------------
  1873. .tree-store-scope {
  1874. .buttons-set {
  1875. margin-bottom: 9px;
  1876. button {
  1877. margin-right: 4px;
  1878. }
  1879. }
  1880. .field {
  1881. margin: 0 0 5px;
  1882. input[type="checkbox"] {
  1883. &:not(.banner-content-checkbox) {
  1884. margin-right: 8px;
  1885. position: relative;
  1886. top: 2px;
  1887. }
  1888. }
  1889. .addafter {
  1890. display: inline-block;
  1891. padding-top: 6px;
  1892. }
  1893. }
  1894. .tooltip {
  1895. .help {
  1896. margin-top: 11px;
  1897. }
  1898. }
  1899. }
  1900. //
  1901. // Widgets
  1902. // --------------------------------------
  1903. .widget-layout-updates .fieldset-wrapper,
  1904. .widget-layout-updates .data-table {
  1905. margin: 0 0 18px;
  1906. }
  1907. .widget-layout-updates .fieldset-wrapper-title label {
  1908. &:not(.mage-error) {
  1909. padding: 10px 0 0;
  1910. }
  1911. }
  1912. .widget-layout-updates .fieldset-wrapper-title select {
  1913. margin: 3px 10px 5px;
  1914. }
  1915. .widget-layout-updates .fieldset-wrapper-title span,
  1916. .widget-layout-updates .fieldset-wrapper-title select {
  1917. vertical-align: middle;
  1918. }
  1919. .widget-layout-updates .data-table {
  1920. table-layout: fixed;
  1921. }
  1922. .widget-layout-updates .data-table,
  1923. .widget-layout-updates .data-table tr:nth-child(odd) td,
  1924. .widget-layout-updates .data-table tr:nth-child(odd):hover td {
  1925. background: none;
  1926. border: none;
  1927. }
  1928. .widget-layout-updates .data-table th,
  1929. .widget-layout-updates .data-table tbody td {
  1930. border: none;
  1931. padding: 5px 10px;
  1932. }
  1933. .widget-layout-updates .data-table select {
  1934. margin: 0;
  1935. max-width: 99%;
  1936. overflow: hidden;
  1937. }
  1938. .widget-layout-updates .chooser_container {
  1939. padding: 0 10px;
  1940. margin-bottom: 18px;
  1941. }
  1942. .widget-layout-updates .chooser_container p {
  1943. margin: 0 0 18px;
  1944. }
  1945. .widget-layout-updates .chooser_container p img,
  1946. .widget-layout-updates .chooser_container p input {
  1947. vertical-align: middle;
  1948. }
  1949. //
  1950. // Preview window
  1951. // --------------------------------------
  1952. .preview-window {
  1953. background: @color-white;
  1954. }
  1955. .preview-window .toolbar {
  1956. background: #f5f2ed;
  1957. padding: 20px;
  1958. }
  1959. .preview-window .toolbar .switcher {
  1960. margin: 0;
  1961. }
  1962. .preview-window .toolbar .switcher span {
  1963. background: none;
  1964. width: auto;
  1965. }
  1966. //
  1967. // Global 'No Products found' block
  1968. // --------------------------------------
  1969. .no-products-message {
  1970. background: #fbfaf6;
  1971. padding: 12px;
  1972. text-align: center;
  1973. font-size: 12px;
  1974. color: #666;
  1975. margin-bottom: 13px;
  1976. }
  1977. //
  1978. // WYSIWYG
  1979. // --------------------------------------
  1980. .action-wysiwyg {
  1981. margin: 10px 0;
  1982. }
  1983. #catalog-wysiwyg-editor .buttons-set {
  1984. margin-bottom: 9px;
  1985. }
  1986. #catalog-wysiwyg-editor .buttons-set button {
  1987. margin-right: 4px;
  1988. }
  1989. //
  1990. // Add Attribute Popup
  1991. // --------------------------------------
  1992. #create_new_attribute {
  1993. overflow: hidden;
  1994. }
  1995. #create_new_attribute > .loading-mask {
  1996. left: -25px;
  1997. top: -50px;
  1998. }
  1999. #front_fieldset-wrapper {
  2000. border-bottom: 0;
  2001. }
  2002. .attribute-popup {
  2003. background: none;
  2004. }
  2005. .attribute-popup #edit_form {
  2006. display: block;
  2007. > div:last-of-type {
  2008. margin-bottom: 150px;
  2009. }
  2010. }
  2011. .attribute-popup #edit_form > .fieldset > .legend {
  2012. display: none;
  2013. }
  2014. .attribute-popup .wrapper-popup {
  2015. padding: 0;
  2016. height: 511px;
  2017. overflow-x: hidden;
  2018. overflow-y: auto;
  2019. }
  2020. .attribute-popup .fieldset,
  2021. .attribute-popup .fieldset-wrapper {
  2022. border: none;
  2023. border-radius: 0;
  2024. padding: 4px 0 20px;
  2025. margin: 0 23px 20px;
  2026. }
  2027. .attribute-popup .fieldset-wrapper {
  2028. border-top: none;
  2029. }
  2030. .attribute-popup .fieldset-wrapper:not(.admin__collapsible-block) .fieldset-wrapper-title {
  2031. border-bottom: none;
  2032. }
  2033. .attribute-popup .fieldset-wrapper .fieldset-wrapper-content > .fieldset {
  2034. margin-left: 0;
  2035. margin-right: 0;
  2036. }
  2037. .attribute-popup .fieldset > .field > input[type="checkbox"] {
  2038. margin-top: 7px;
  2039. }
  2040. .attribute-popup .fieldset .label {
  2041. width: 35%;
  2042. }
  2043. .attribute-popup .admin__collapsible-block-wrapper,
  2044. #manage-titles-wrapper {
  2045. .fieldset-wrapper-title {
  2046. margin-bottom: 0;
  2047. padding-bottom: 0;
  2048. }
  2049. .col-store-view {
  2050. .input-text {
  2051. width: 100%;
  2052. }
  2053. }
  2054. }
  2055. .attribute-popup .admin__collapsible-block-wrapper .fieldset-wrapper-title > .title:before {
  2056. color: #797269;
  2057. font-size: 14px;
  2058. top: 9px;
  2059. }
  2060. .attribute-popup form .entry-edit:first-child .fieldset {
  2061. border-bottom: 1px solid #dfdcd7;
  2062. }
  2063. .attribute-popup .fieldset .legend {
  2064. border: none;
  2065. }
  2066. .attribute-popup .page-actions [class^='action-'] {
  2067. margin-left: 18px;
  2068. }
  2069. .attribute-popup #base_fieldset {
  2070. padding-top: 20px;
  2071. }
  2072. .attribute-popup #base_fieldset > .legend {
  2073. display: none;
  2074. }
  2075. .attribute-popup .page-actions-placeholder {
  2076. display: none;
  2077. }
  2078. .attribute-popup .page-actions.fixed .page-actions-inner {
  2079. background: @color-white;
  2080. padding: 0;
  2081. min-width: 100%;
  2082. max-width: 100%;
  2083. min-height: 100%;
  2084. margin: 0;
  2085. }
  2086. .attribute-popup .footer {
  2087. display: none;
  2088. }
  2089. #manage-options-panel {
  2090. .admin__control-table {
  2091. clear: both;
  2092. }
  2093. .input-text {
  2094. width: 100%;
  2095. }
  2096. }
  2097. // Custom grids view
  2098. .CustomGridView {
  2099. .page-layout-admin-1column .page-columns {
  2100. background: transparent;
  2101. }
  2102. }
  2103. // Custom grid action view for Primary Add Button at grid tables
  2104. .CustomGridAction {
  2105. .grid-actions {
  2106. border-radius: 5px 5px 0 0;
  2107. margin-top: 20px;
  2108. padding: 9px 15px;
  2109. }
  2110. .page-actions.fixed {
  2111. left: 0;
  2112. margin: 0;
  2113. padding: 0 21px;
  2114. position: fixed;
  2115. }
  2116. .page-actions {
  2117. position: absolute;
  2118. z-index: 2;
  2119. margin-top: 10px;
  2120. margin-left: 15px;
  2121. padding: 0;
  2122. }
  2123. }
  2124. // Custom page-actions view
  2125. .sidebar-actions {
  2126. padding: 14px 0;
  2127. }
  2128. .sidebar-actions button {
  2129. margin: 0 0 5px;
  2130. }
  2131. .data-table .fpt-item-container {
  2132. td {
  2133. vertical-align: top;
  2134. }
  2135. select:first-child {
  2136. margin-bottom: 8px;
  2137. }
  2138. }
  2139. // Clearfix
  2140. .clearfix:before,
  2141. .clearfix:after,
  2142. [class$="-layout"]:after,
  2143. .tabs-horiz:before,
  2144. .tabs-horiz:after,
  2145. .page-create-order:before,
  2146. .page-create-order:after,
  2147. .order-addresses:before,
  2148. .order-addresses:after,
  2149. .order-summary:before,
  2150. .order-summary:after,
  2151. .order-methods:before,
  2152. .order-methods:after,
  2153. .payment-methods:before,
  2154. .payment-methods:after,
  2155. .grid-actions:before,
  2156. .grid-actions:after,
  2157. .fieldset-wrapper-title:before,
  2158. .fieldset-wrapper-title:after {
  2159. content: "";
  2160. display: table;
  2161. }
  2162. .clearfix:after,
  2163. [class$="-layout"]:after,
  2164. .tabs-horiz:after,
  2165. .page-create-order:after,
  2166. .order-addresses:after,
  2167. .order-summary:after,
  2168. .order-methods:after,
  2169. .payment-methods:after,
  2170. .grid-actions:after,
  2171. .fieldset-wrapper-title:after {
  2172. clear: both;
  2173. }
  2174. //
  2175. // Pages.less (begin)
  2176. // ---------------------------------------------
  2177. .field-weight .control .field:first-child {
  2178. width: 36%;
  2179. margin-right: 15px;
  2180. }
  2181. #allow_open_amount {
  2182. margin-top: 8px;
  2183. }
  2184. #tab_content_downloadableInfo .data-table td {
  2185. vertical-align: top;
  2186. .row {
  2187. margin-bottom: 10px;
  2188. }
  2189. }
  2190. //
  2191. // Customer
  2192. // ---------------------------------------------
  2193. #customer_info_tabs_account_content #_accountsendemail {
  2194. margin-top: 8px;
  2195. }
  2196. .customer-information:before,
  2197. .customer-information:after {
  2198. content: "";
  2199. display: table;
  2200. }
  2201. .customer-information:after {
  2202. clear: both;
  2203. }
  2204. .customer-information .admin__table-secondary,
  2205. .customer-information address {
  2206. width: 48.5%;
  2207. }
  2208. .customer-information .admin__table-secondary {
  2209. float: left;
  2210. width: 48.5%;
  2211. }
  2212. .customer-information address {
  2213. float: right;
  2214. line-height: 2.2;
  2215. padding-top: 4px;
  2216. }
  2217. .address-list {
  2218. float: left;
  2219. list-style: none;
  2220. margin: 0 0 10px;
  2221. padding: 0;
  2222. width: 278px;
  2223. }
  2224. //
  2225. // Configuration -> Design
  2226. // ---------------------------------------------
  2227. #row_design_theme_ua_regexp {
  2228. .design_theme_ua_regexp {
  2229. float: left;
  2230. width: 100%;
  2231. }
  2232. .tooltip {
  2233. margin-top: 8px;
  2234. }
  2235. .note {
  2236. clear: both;
  2237. }
  2238. }
  2239. .form-list {
  2240. .small-image-preview {
  2241. display: inline-block;
  2242. margin: 0 @indent__xs 0 0;
  2243. vertical-align: middle;
  2244. }
  2245. .delete-image {
  2246. display: block;
  2247. margin: @indent__xs 0;
  2248. white-space: nowrap;
  2249. }
  2250. }
  2251. //
  2252. // Configuration -> Advanced -> System -> Notifications section
  2253. // ---------------------------------------------
  2254. #row_system_adminnotification_last_update {
  2255. .value {
  2256. vertical-align: bottom;
  2257. }
  2258. }
  2259. //
  2260. // CMS -> Banners
  2261. // ---------------------------------------------
  2262. // Banner Properties
  2263. #banner_properties_customer_segment_ids {
  2264. min-width: 20%;
  2265. }
  2266. //
  2267. // CMS -> Manage Hierarchy
  2268. // ---------------------------------------------
  2269. .cms-hierarchy .cms-scope {
  2270. float: right;
  2271. margin-right: 25px;
  2272. position: relative;
  2273. top: 2px;
  2274. z-index: 1;
  2275. }
  2276. .cms-hierarchy #tree-container {
  2277. margin-top: 25px;
  2278. overflow: auto;
  2279. padding-bottom: 10px;
  2280. }
  2281. .cms-hierarchy .cms-hierarchy-tree {
  2282. width: 48.93617020799999%;
  2283. float: left;
  2284. margin: 10px 0 8px 0;
  2285. }
  2286. .cms-hierarchy .cms-hierarchy-node {
  2287. width: 48.93617020799999%;
  2288. float: left;
  2289. margin: 10px 0 8px 2.127659574%;
  2290. }
  2291. .cms-hierarchy #cms_page_grid_container {
  2292. clear: both;
  2293. }
  2294. .cms-hierarchy .store-switcher {
  2295. position: relative;
  2296. top: 10px;
  2297. }
  2298. .cms-hierarchy .store-switcher label {
  2299. margin-right: 8px;
  2300. }
  2301. .cms-hierarchy-node #node_properties_fieldset #node_preview {
  2302. position: relative;
  2303. top: 6px;
  2304. }
  2305. .cms-hierarchy-node .form-inline .label {
  2306. width: 30%;
  2307. }
  2308. //
  2309. // CMS -> Widgets
  2310. // ---------------------------------------------
  2311. #widget_instace_tabs_properties_section_content .widget-option-label {
  2312. margin-top: 7px;
  2313. display: inline-block;
  2314. }
  2315. //
  2316. // CMS -> Manage Content
  2317. // --------------------------------------
  2318. // Content
  2319. .cms-manage-content-actions textarea {
  2320. width: 100%;
  2321. }
  2322. //
  2323. // System -> Action Log -> Report
  2324. // --------------------------------------
  2325. .adminhtml-logging-details .log-details-grid table {
  2326. th {
  2327. border: 1px solid #c9c2b8;
  2328. border-width: 0 0 1px;
  2329. padding: 6px 10px 7px;
  2330. background: @color-white;
  2331. .style2();
  2332. span {
  2333. border: 0;
  2334. padding: 0;
  2335. }
  2336. }
  2337. td {
  2338. border: none;
  2339. padding: 6px 10px 7px;
  2340. background: @color-white;
  2341. }
  2342. tr:last-child td {
  2343. border: 1px solid #eae8e4;
  2344. border-width: 0 0 1px;
  2345. }
  2346. tr.on-mouse {
  2347. cursor: inherit;
  2348. }
  2349. tr:nth-child(odd) td,
  2350. tr.on-mouse:nth-child(odd):hover td {
  2351. background: #fbfaf6;
  2352. }
  2353. }
  2354. //
  2355. // System -> Roles
  2356. // --------------------------------------
  2357. #gws_container ul {
  2358. padding: 0;
  2359. margin: 0;
  2360. list-style: none;
  2361. }
  2362. #gws_container ul ul {
  2363. margin: .8em 0 .8em 1.4em;
  2364. }
  2365. #gws_container input[type="checkbox"] {
  2366. margin-right: 3px;
  2367. position: relative;
  2368. top: -1px;
  2369. }
  2370. //
  2371. // Reports
  2372. // --------------------------------------
  2373. .reports-title .page-actions {
  2374. float: right;
  2375. }
  2376. .reports-title .store-switcher {
  2377. padding: 14px 0 18px;
  2378. }
  2379. .reports-content select {
  2380. width: 160px;
  2381. }
  2382. .reports-content input._has-datepicker {
  2383. width: 133px;
  2384. }
  2385. .reports-content .required .control {
  2386. position: relative;
  2387. }
  2388. .reports-content input._has-datepicker + label.mage-error {
  2389. left: 0;
  2390. position: absolute;
  2391. top: 30px;
  2392. }
  2393. .reports-title:before,
  2394. .reports-title:after {
  2395. content: "";
  2396. display: table;
  2397. }
  2398. .reports-title:after {
  2399. clear: both;
  2400. }
  2401. .table-fieldset-alt,
  2402. .type-options {
  2403. margin-bottom: 20px;
  2404. }
  2405. .table-fieldset-alt thead th,
  2406. .table-fieldset-alt tbody tr td {
  2407. border-width: 0;
  2408. }
  2409. .table-fieldset-alt tbody tr:nth-child(odd) td,
  2410. .table-fieldset-alt tbody tr:nth-child(odd):hover td {
  2411. background: @color-white;
  2412. }
  2413. //
  2414. // System - Tax
  2415. // --------------------------------------
  2416. .mselect-hidden + .mage-error {
  2417. position: absolute;
  2418. top: 100%;
  2419. }
  2420. //
  2421. // Tags
  2422. // --------------------------------------
  2423. .tag-title {
  2424. overflow: hidden;
  2425. }
  2426. .tag-title .page-actions {
  2427. float: right;
  2428. }
  2429. //
  2430. // Attribute Mapping
  2431. // --------------------------------------
  2432. .field-attributes_box .control-value {
  2433. width: 100%;
  2434. }
  2435. //
  2436. // Sales
  2437. // --------------------------------------
  2438. #order-totals strong {
  2439. .style28();
  2440. }
  2441. #order-billing-method-summary a,
  2442. #order-shipping-method-summary a {
  2443. .style3();
  2444. }
  2445. .customer-current-activity-inner {
  2446. padding: 18px;
  2447. }
  2448. .customer-current-activity .action-refresh {
  2449. float: right;
  2450. &:hover {
  2451. text-decoration: none;
  2452. }
  2453. }
  2454. .order-currency {
  2455. padding: 18px;
  2456. }
  2457. .order-details-existing-customer {
  2458. background: @color-white;
  2459. padding-left: 0;
  2460. position: relative;
  2461. width: 77.9%;
  2462. float: right;
  2463. }
  2464. #order-data .order-account-information {
  2465. float: none;
  2466. width: auto;
  2467. }
  2468. #order-data .actions .action-add,
  2469. #order-data .actions .action-delete,
  2470. #order-customer-selector .actions .action-add {
  2471. margin: 0 0 0 20px;
  2472. }
  2473. #order-data .order-methods ul,
  2474. #order-data .payment-methods ul {
  2475. list-style: none;
  2476. margin: 0;
  2477. padding: 0;
  2478. }
  2479. #order-data .order-methods dl,
  2480. #order-data .order-methods dt,
  2481. #order-data .order-methods dd,
  2482. #order-data .payment-methods dl,
  2483. #order-data .payment-methods dt,
  2484. #order-data .payment-methods dd {
  2485. margin: 0;
  2486. padding: 0;
  2487. }
  2488. #order-data .order-methods dd + dt,
  2489. #order-data .payment-methods dd + dt {
  2490. margin-top: 17px;
  2491. }
  2492. #order-data .order-methods dt,
  2493. #order-data .payment-methods dt {
  2494. margin: 0 0 8px;
  2495. }
  2496. .order-account-information {
  2497. .admin__fieldset-wrapper-title {
  2498. margin: 0 0 18px;
  2499. padding: 12px 0 14px;
  2500. .title {
  2501. margin: 0;
  2502. }
  2503. }
  2504. }
  2505. .order-gift-options {
  2506. padding: 0 18px;
  2507. }
  2508. .order-coupons .box-left,
  2509. .order-gift-options .box-left {
  2510. float: left;
  2511. width: 49%;
  2512. }
  2513. .order-coupons .box-right,
  2514. .order-gift-options .box-right {
  2515. float: right;
  2516. width: 49%;
  2517. }
  2518. .order-gift-options .box-left:last-child,
  2519. .order-gift-options .fieldset-wrapper-title + .box-right {
  2520. float: none;
  2521. width: auto;
  2522. }
  2523. .order-coupons .content {
  2524. .action- {
  2525. vertical-align: top;
  2526. }
  2527. input[type="text"] {
  2528. height: 28px;
  2529. }
  2530. }
  2531. .order-gift-options {
  2532. fieldset {
  2533. border-radius: 5px;
  2534. }
  2535. .gift-wrapping-form select {
  2536. margin-left: 10px;
  2537. }
  2538. .giftmessage-whole-order-container {
  2539. textarea {
  2540. height: 6em;
  2541. width: 100%;
  2542. }
  2543. .actions {
  2544. margin-left: 20%;
  2545. }
  2546. }
  2547. }
  2548. .ui-dialog.gift-options-popup .ui-dialog-content {
  2549. padding: 25px;
  2550. }
  2551. .ui-dialog.gift-options-popup .ui-dialog-content h4 {
  2552. margin: 0 0 17px;
  2553. }
  2554. .gift-options-tooltip {
  2555. background: @color-white;
  2556. border-radius: 5px;
  2557. padding: 10px;
  2558. box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  2559. }
  2560. #order-data .box-left fieldset,
  2561. #order-data .box-right fieldset {
  2562. border-radius: 5px;
  2563. }
  2564. .adminhtml-rma-new .order-totals {
  2565. float: none;
  2566. width: 100%;
  2567. }
  2568. //
  2569. // Sales -> Create Order
  2570. // --------------------------------------
  2571. #order-data .page-actions {
  2572. padding-top: 0;
  2573. }
  2574. .create-order-sidebar-container > div + div {
  2575. border-top: 1px solid #cac3b4;
  2576. margin-top: 35px;
  2577. }
  2578. .create-order-sidebar-container > div .head h5 {
  2579. .style9();
  2580. margin: 17px 0 17px;
  2581. }
  2582. .customer-current-activity-inner > h4 {
  2583. .style10();
  2584. border-bottom: 1px solid #cac3b4;
  2585. margin-top: 0;
  2586. padding: 0 0 16px;
  2587. }
  2588. .customer-current-activity-inner .auto-scroll {
  2589. margin-right: -18px;
  2590. margin-left: -18px;
  2591. .no-items {
  2592. padding: 5px 18px;
  2593. display: block;
  2594. }
  2595. }
  2596. .customer-current-activity-inner .data-table {
  2597. thead {
  2598. background-color: transparent;
  2599. }
  2600. thead th {
  2601. background-color: transparent;
  2602. .style18();
  2603. border: 0;
  2604. &:first-child {
  2605. padding-left: 18px;
  2606. }
  2607. &:last-child {
  2608. padding-right: 18px;
  2609. }
  2610. }
  2611. tbody tr {
  2612. td {
  2613. background-color: transparent;
  2614. border: 0;
  2615. &:first-child {
  2616. padding-left: 18px;
  2617. }
  2618. &:first-child {
  2619. padding-right: 18px;
  2620. }
  2621. }
  2622. &:nth-child(2n + 1) td {
  2623. background: #e0dace;
  2624. }
  2625. }
  2626. }
  2627. .customer-current-activity .action-refresh {
  2628. float: right;
  2629. }
  2630. .customer-current-activity .action-refresh,
  2631. .customer-current-activity .data-table .icon {
  2632. display: inline-block;
  2633. text-indent: 100%;
  2634. overflow: hidden;
  2635. height: 16px;
  2636. width: 16px;
  2637. line-height: 16px;
  2638. white-space: nowrap;
  2639. }
  2640. .customer-current-activity .action-refresh:before,
  2641. .customer-current-activity .data-table .icon:before {
  2642. content: "\e010";
  2643. color: #c3c2be;
  2644. display: block;
  2645. text-indent: 0;
  2646. font-size: 16px;
  2647. line-height: 16px;
  2648. font-family: 'MUI-Icons';
  2649. font-style: normal;
  2650. font-weight: normal;
  2651. speak: none;
  2652. -webkit-font-smoothing: antialiased;
  2653. }
  2654. .customer-current-activity .data-table .icon-remove:before {
  2655. content: "\e07f";
  2656. }
  2657. .customer-current-activity .data-table .icon-add:before {
  2658. content: "\e071";
  2659. }
  2660. .customer-current-activity .auto-scroll {
  2661. .style18();
  2662. overflow: auto;
  2663. max-height: 150px;
  2664. }
  2665. .customer-current-activity .auto-scroll + button {
  2666. margin: 22px 0 0;
  2667. }
  2668. .customer-current-activity .actions {
  2669. border-top: none;
  2670. margin: 20px 0 0;
  2671. padding: 0;
  2672. }
  2673. .overlay {
  2674. background: rgba(255, 255, 255, .5);
  2675. border-radius: 5px;
  2676. position: absolute;
  2677. top: 0;
  2678. bottom: 0;
  2679. left: 0;
  2680. right: 0;
  2681. span {
  2682. color: #111;
  2683. font-weight: bold;
  2684. position: absolute;
  2685. top: 56px;
  2686. left: 0;
  2687. margin: 0 8px;
  2688. padding: 10px;
  2689. background: @color-white;
  2690. }
  2691. }
  2692. //
  2693. // Orders comments
  2694. //--------------------------------------
  2695. .note-list {
  2696. list-style: none;
  2697. padding: 0;
  2698. li {
  2699. border-top: 1px solid #ededed;
  2700. padding: 9px 0;
  2701. &:first-child {
  2702. border: 0;
  2703. padding-top: 13px;
  2704. }
  2705. }
  2706. div {
  2707. font-size: 12px;
  2708. }
  2709. .note-list-date,
  2710. .note-list-status,
  2711. .note-list-customer span {
  2712. font-weight: bold;
  2713. }
  2714. .note-list-time,
  2715. .note-list-status {
  2716. border-right: 1px solid #676056;
  2717. padding: 0 5px 0 0;
  2718. margin: 0 5px 0 0;
  2719. }
  2720. .note-list-customer {
  2721. white-space: nowrap;
  2722. }
  2723. .note-list-comment {
  2724. margin: 5px 0 0;
  2725. }
  2726. .note-list-customer-notapplicable {
  2727. color: #d87e34;
  2728. }
  2729. .note-list-customer-notified {
  2730. color: #185b00;
  2731. }
  2732. .note-list-customer-not-notified {
  2733. color: #963535;
  2734. }
  2735. }
  2736. .adminhtml-rma-item-attribute-edit .col-position input {
  2737. text-align: center;
  2738. }
  2739. .order-subtotal .label {
  2740. text-align: right;
  2741. }
  2742. .items-to-invoice {
  2743. border: 1px solid #c0bbaf;
  2744. margin-top: 13px;
  2745. width: 100%;
  2746. }
  2747. .items-to-invoice td,
  2748. table.items-to-invoice tbody tr:hover td {
  2749. background-color: #e6e3de;
  2750. border: 0;
  2751. text-align: center;
  2752. }
  2753. .items-to-invoice .grand-total {
  2754. color: #19a3d1;
  2755. font-weight: bold;
  2756. }
  2757. .creditmemo-totals .data-table input[type="text"] {
  2758. text-align: right;
  2759. width: 60px;
  2760. }
  2761. .col-product .product_to_add {
  2762. float: right;
  2763. }
  2764. //
  2765. // Orders refund
  2766. //--------------------------------------
  2767. .field-refund-store-credit {
  2768. .input-text {
  2769. text-align: right;
  2770. width: 60px;
  2771. }
  2772. }
  2773. //
  2774. // Packaging for Shipping Popup
  2775. // --------------------------------------
  2776. #popup-window-mask,
  2777. .popup-window-mask {
  2778. background: rgba(0, 0, 0, .5);
  2779. position: absolute;
  2780. top: 0;
  2781. right: 0;
  2782. bottom: 0;
  2783. left: 0;
  2784. width: 100%;
  2785. height: 100%;
  2786. z-index: 999;
  2787. }
  2788. .grid .popup-window {
  2789. text-align: left;
  2790. }
  2791. .grid tr.on-mouse td .popup-window .data-table tbody tr:nth-child(2n+1) td,
  2792. .grid table tbody tr.on-mouse:nth-child(odd):hover td .popup-window .data-table tbody tr:nth-child(2n+1) td,
  2793. .grid table tbody tr.on-mouse:nth-child(odd):hover td .popup-window .data-table tbody tr:nth-child(2n+1):hover td,
  2794. .grid table tbody tr.on-mouse:nth-child(2n+1):hover td .popup-window .data-table tbody tr:nth-child(2n+1) td,
  2795. .grid table tbody tr.on-mouse:nth-child(2n+1):hover td .popup-window .data-table tbody tr:nth-child(2n+1):hover td,
  2796. .grid table tbody tr.on-mouse:hover td .popup-window .data-table tbody tr:nth-child(2n+1),
  2797. .grid table tbody tr.on-mouse:hover th .popup-window .data-table tbody tr:nth-child(2n+1) {
  2798. background-color: #fbfaf6;
  2799. }
  2800. .grid .popup-window {
  2801. text-align: left;
  2802. }
  2803. .popup-window-buttons-set {
  2804. text-align: right;
  2805. padding: 25px;
  2806. }
  2807. .popup-window-title {
  2808. background: #f3efea;
  2809. padding: 19px 20px;
  2810. }
  2811. .popup-window-title .title {
  2812. color: #676056;
  2813. display: block;
  2814. font-size: 20px;
  2815. line-height: 1;
  2816. }
  2817. .popup-window-title .actions {
  2818. float: right;
  2819. }
  2820. .popup-window-content {
  2821. padding: 25px 25px 0;
  2822. }
  2823. .popup-window-content > ul {
  2824. list-style: none;
  2825. padding: 0;
  2826. }
  2827. .sp-methods > dt {
  2828. font-weight: bold;
  2829. }
  2830. .sp-methods > dd {
  2831. margin: 5px 0 5px 15px;
  2832. }
  2833. .sp-methods > dd > ul {
  2834. list-style: none;
  2835. padding: 0;
  2836. }
  2837. //
  2838. // Popup Configuration Popup
  2839. // --------------------------------------
  2840. #product_composite_configure_messages {
  2841. margin-left: 0 !important;
  2842. padding: 10px 15px;
  2843. }
  2844. .rma-popup,
  2845. .cms-popup {
  2846. background: @color-white;
  2847. box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
  2848. cursor: default;
  2849. position: fixed;
  2850. left: 50%;
  2851. top: 50%;
  2852. z-index: 1000;
  2853. }
  2854. .rma-popup {
  2855. width: 540px;
  2856. margin: 0 0 0 -271px;
  2857. }
  2858. .rma-popup .entry-edit .fieldset {
  2859. border: none;
  2860. }
  2861. .rma-popup .validation-advice,
  2862. .rma-popup label.mage-error {
  2863. margin-left: 0;
  2864. }
  2865. .rma-popup .content {
  2866. background: @color-white;
  2867. border-bottom: 1px solid #ccc;
  2868. max-height: 400px;
  2869. overflow: auto;
  2870. }
  2871. .rma-popup .content .grid {
  2872. padding: 0;
  2873. }
  2874. .rma-popup .content .grid table {
  2875. border-bottom: 1px solid #cbd3d4;
  2876. }
  2877. .rma-popup .product-options {
  2878. border-bottom: 1px solid #e7e7e7;
  2879. margin: 0 0 15px;
  2880. padding: 0 0 12px;
  2881. }
  2882. .rma-popup .product-options .required {
  2883. color: #333 !important;
  2884. font-weight: normal !important;
  2885. }
  2886. .rma-popup .product-options .required em {
  2887. color: #d40707;
  2888. }
  2889. .rma-popup .last-fieldset .product-options {
  2890. border: 0 none;
  2891. margin-bottom: 0;
  2892. padding-bottom: 0;
  2893. }
  2894. .rma-popup .buttons-set {
  2895. text-align: right;
  2896. margin: 0;
  2897. overflow: hidden;
  2898. padding: 7px 10px 8px;
  2899. }
  2900. .rma-popup .buttons-set {
  2901. width: 518px;
  2902. }
  2903. .cms-popup .buttons-set {
  2904. width: 289px;
  2905. }
  2906. .rma-popup .buttons-set button {
  2907. margin: 0 0 0 5px;
  2908. }
  2909. .grid .rma-popup .form-list tr,
  2910. .grid tr.even .rma-popup .form-list tr,
  2911. .grid tr.on-mouse .rma-popup .form-list tr {
  2912. background: @color-white !important;
  2913. }
  2914. //
  2915. // URL rewrite
  2916. // --------------------------------------
  2917. .adminhtml-urlrewrite-edit .field-entity-type-selector .label {
  2918. width: auto;
  2919. }
  2920. //
  2921. // Cart Price Rule
  2922. // --------------------------------------
  2923. .fieldset .field-coupon_code,
  2924. .fieldset .field-rule_use_auto_generation {
  2925. margin-bottom: 0;
  2926. }
  2927. .field-rule_use_auto_generation .label {
  2928. margin-left: 5px;
  2929. }
  2930. .field-rule_use_auto_generation .nested {
  2931. margin-bottom: 29px;
  2932. }
  2933. //
  2934. // Product Image Placeholders
  2935. // --------------------------------------
  2936. #catalog_placeholder .input-file,
  2937. #catalog_placeholder .delete-image > input {
  2938. margin-right: 5px;
  2939. }
  2940. // Permanent Redirect for old URL
  2941. .control > [name="product[url_key_create_redirect]"],
  2942. .control > [name="general[url_key_create_redirect]"] {
  2943. float: left;
  2944. margin: 8px 5px 0 0;
  2945. }
  2946. .control > [name="product[url_key_create_redirect]"] + .label,
  2947. .control > [name="general[url_key_create_redirect]"] + .label {
  2948. width: auto;
  2949. padding-top: 8px;
  2950. }
  2951. //
  2952. // New Product Attribute Set
  2953. // --------------------------------------
  2954. .field-skeleton_set .select {
  2955. width: 100%;
  2956. }
  2957. #affected-attribute-set-form .fieldset .field {
  2958. margin-bottom: 12px;
  2959. &:last-child {
  2960. margin-bottom: 0;
  2961. }
  2962. }
  2963. //
  2964. // Cache Management
  2965. // --------------------------------------
  2966. .additional-cache-management .label {
  2967. margin-top: 5px;
  2968. }
  2969. //
  2970. // Categories
  2971. // --------------------------------------
  2972. .category-content .form-inline.permissions-custom-options {
  2973. .messages {
  2974. li {
  2975. margin-top: 0;
  2976. }
  2977. }
  2978. .data-table {
  2979. margin-bottom: 25px;
  2980. }
  2981. }
  2982. //
  2983. // Marketing - Email Reminders
  2984. // --------------------------------------
  2985. .lt-1280 .adminhtml-reminder-edit #customerGrid .grid .filter .range div.date {
  2986. min-width: 0;
  2987. }
  2988. //
  2989. // Customers - Manage Shopping Cart
  2990. // --------------------------------------
  2991. .checkout-index-index {
  2992. .products-search {
  2993. margin-top: 35px;
  2994. > .actions {
  2995. text-align: right;
  2996. margin: 10px 0;
  2997. }
  2998. }
  2999. .shopping-cart-items {
  3000. > .actions {
  3001. margin-bottom: 15px;
  3002. }
  3003. .box-left,
  3004. .box.right {
  3005. width: 49%;
  3006. fieldset {
  3007. border-radius: 5px;
  3008. }
  3009. }
  3010. .box-left {
  3011. float: left;
  3012. }
  3013. .box.right {
  3014. float: right;
  3015. }
  3016. }
  3017. .grid table .action-configure {
  3018. float: right;
  3019. }
  3020. }
  3021. //
  3022. // Clearfix
  3023. // --------------------------------------
  3024. .shopping-cart-items:before,
  3025. .shopping-cart-items:after,
  3026. .image-panel:before,
  3027. .image-panel:after,
  3028. .images:before,
  3029. .images:after,
  3030. .tax-rate-popup .field:before,
  3031. .tax-rate-popup .field:after,
  3032. .clearfix:before,
  3033. .clearfix:after,
  3034. #tab_content_downloadableInfo .data-table td .row:before,
  3035. #tab_content_downloadableInfo .data-table td .row:after {
  3036. content: "";
  3037. display: table;
  3038. }
  3039. .shopping-cart-items:after,
  3040. .image-panel:after,
  3041. .images:after,
  3042. .tax-rate-popup .field:after,
  3043. .clearfix:after,
  3044. #tab_content_downloadableInfo .data-table td .row:after {
  3045. clear: both;
  3046. }
  3047. //
  3048. // pages.less (end)
  3049. // --------------------------------------
  3050. //
  3051. // debug.less (begin)
  3052. // ==========================================================================
  3053. //
  3054. // This file was created to debug old classes in order to indicate where we must replase it with new ones
  3055. .debug {
  3056. border: 1px solid red !important;
  3057. }
  3058. //
  3059. // Sales
  3060. // --------------------------------------
  3061. .order-items .entry-edit-head .form-buttons {
  3062. float: right;
  3063. }
  3064. .order-items .entry-edit-head .icon-head {
  3065. display: inline;
  3066. }
  3067. .order-items .entry-edit-head {
  3068. margin-bottom: 20px;
  3069. }
  3070. .order-items .entry-edit-head:before,
  3071. .order-items .entry-edit-head:after {
  3072. content: "";
  3073. display: table;
  3074. }
  3075. .order-items .entry-edit-head:after {
  3076. clear: both;
  3077. }
  3078. //
  3079. // Import-export tax rates
  3080. // --------------------------------------
  3081. .import-export-tax-rates input[type=file] {
  3082. margin-right: 10px;
  3083. }
  3084. .import-tax-rates,
  3085. .export-tax-rates {
  3086. float: left;
  3087. width: 48.9362%;
  3088. }
  3089. .export-tax-rates {
  3090. margin-left: 2.12766%;
  3091. }
  3092. .import-export-tax-rates:before,
  3093. .import-export-tax-rates:after {
  3094. content: "";
  3095. display: table;
  3096. }
  3097. .import-export-tax-rates:after {
  3098. clear: both;
  3099. }
  3100. //
  3101. // Product
  3102. // --------------------------------------
  3103. .tier {
  3104. margin: 20px 0 0;
  3105. }
  3106. //
  3107. // Edit attribute set
  3108. // --------------------------------------
  3109. .attribute-set-col {
  3110. display: block;
  3111. float: left;
  3112. margin-left: 2.127659574%;
  3113. -moz-box-sizing: border-box;
  3114. box-sizing: border-box;
  3115. width: 31.9149%;
  3116. }
  3117. .edit-attribute-set,
  3118. .attribute-set-col:first-child {
  3119. margin-left: 0;
  3120. }
  3121. .attribute-set-tree {
  3122. margin-top: 5px;
  3123. overflow: auto;
  3124. height: 400px;
  3125. width: 100%;
  3126. }
  3127. .attribute-set:before,
  3128. .attribute-set:after {
  3129. content: "";
  3130. display: table;
  3131. }
  3132. .attribute-set:after {
  3133. clear: both;
  3134. }
  3135. //
  3136. // Manage Categories
  3137. // --------------------------------------
  3138. .catalog-category-edit .category-edit-title {
  3139. float: left;
  3140. }
  3141. //
  3142. // Catalog Price Rule
  3143. // --------------------------------------
  3144. .rule-tree-wrapper {
  3145. line-height: 28px;
  3146. }
  3147. .rule-tree .fieldset {
  3148. min-width: 0; // Fixed Chrome fieldset issue
  3149. }
  3150. @-moz-document url-prefix() { // Fixed Firefox fieldset issue
  3151. .rule-tree .fieldset {
  3152. display: table-cell;
  3153. }
  3154. }
  3155. .rule-tree ul {
  3156. list-style: none;
  3157. padding-left: 16px;
  3158. border-left: dotted 1px #888;
  3159. }
  3160. .rule-tree li {
  3161. margin: 0 0 10px;
  3162. }
  3163. .rule-tree .x-tree ul {
  3164. padding-left: 0 !important;
  3165. border-left: none !important;
  3166. }
  3167. .rule-tree {
  3168. ._has-datepicker {
  3169. + .ui-datepicker-trigger {
  3170. position: static;
  3171. }
  3172. }
  3173. }
  3174. .rule-param .label {
  3175. color: @color-black;
  3176. float: none;
  3177. text-align: left;
  3178. padding: 0;
  3179. vertical-align: baseline;
  3180. width: auto;
  3181. }
  3182. .rule-param .label-disabled {
  3183. color: #eee;
  3184. cursor: default;
  3185. text-decoration: none;
  3186. }
  3187. .rule-chooser,
  3188. .rule-param .element,
  3189. .rule-param-edit .label {
  3190. display: none;
  3191. }
  3192. .rule-chooser .field-row {
  3193. .lib-clearfix();
  3194. display: block;
  3195. margin-bottom: 17px;
  3196. .input-text {
  3197. margin-top: 5px;
  3198. }
  3199. .ui-datepicker-trigger {
  3200. margin-left: 5px;
  3201. margin-top: -2px;
  3202. }
  3203. }
  3204. .rule-param input,
  3205. .rule-param select {
  3206. width: auto !important;
  3207. margin: 0;
  3208. min-width: 170px;
  3209. }
  3210. .rule-param-edit .element {
  3211. display: inline;
  3212. position: relative;
  3213. }
  3214. .rule-param-edit .element input.input-date,
  3215. .rule-param-edit .element input.input-date[readonly] {
  3216. background-color: @color-white;
  3217. min-width: 140px;
  3218. width: 140px !important;
  3219. cursor: pointer;
  3220. text-align: center;
  3221. opacity: 1;
  3222. margin-right: 10px;
  3223. padding-right: 40px;
  3224. + .ui-datepicker-trigger {
  3225. position: absolute;
  3226. width: 140px;
  3227. text-align: right;
  3228. left: 0;
  3229. }
  3230. }
  3231. .rule-param-edit .element .addafter {
  3232. padding-left: 5px;
  3233. }
  3234. [class^="rule-param-"] img,
  3235. .rule-chooser-trigger img {
  3236. vertical-align: middle;
  3237. }
  3238. .rule-chooser {
  3239. border: solid 1px #CCC;
  3240. margin: 20px;
  3241. padding: 15px 10px;
  3242. overflow: auto;
  3243. }
  3244. .rule-param-wait {
  3245. background: url(../mui/images/ajax-loader-small.gif) no-repeat left center;
  3246. padding-left: 20px;
  3247. }
  3248. //
  3249. // URL Rewrite
  3250. // --------------------------------------
  3251. .field-entity-type-selector {
  3252. padding-top: 13px;
  3253. }
  3254. //
  3255. // debug.less (end)
  3256. // --------------------------------------
  3257. // Magento Import instructions
  3258. //@magento_import "source/_module-old.less"; // import theme styles
  3259. //
  3260. // WYSIWYG editor styles fixes
  3261. // ---------------------------------------------
  3262. .defaultSkin {
  3263. table.mceLayout {
  3264. td {
  3265. background: @color-white;
  3266. }
  3267. }
  3268. td.mceToolbar {
  3269. padding: 1px 0 0;
  3270. }
  3271. }
  3272. .ui-tabs-panel {
  3273. border-top: 0;
  3274. }
  3275. #category_tab_content {
  3276. .ui-tabs-panel {
  3277. border-top: 1px solid #adadad;
  3278. }
  3279. }
  3280. }
  3281. //
  3282. // Pages styles
  3283. // ---------------------------------------------
  3284. [class^=" catalog-product-"],
  3285. [class^=" newsletter-"] {
  3286. .admin__scope-old {
  3287. .page-actions .action-back.mage-error {
  3288. color: #b57c72;
  3289. }
  3290. }
  3291. }
  3292. .catalog-product-new,
  3293. .catalog-product-edit {
  3294. .admin__scope-old {
  3295. .user-defined.type-select select {
  3296. width: 100%;
  3297. }
  3298. }
  3299. }
  3300. .customer-index-edit {
  3301. .admin__scope-old {
  3302. .grid tr.headings th > span {
  3303. white-space: normal;
  3304. }
  3305. }
  3306. }
  3307. // Configuration -> Payment Methods
  3308. .adminhtml-system-config-edit,
  3309. .adminhtml-system_config-edit {
  3310. .admin__scope-old {
  3311. .payflow-settings-notice {
  3312. margin-top: 2rem;
  3313. padding: 10px;
  3314. .important-label {
  3315. .style32();
  3316. }
  3317. ul.options-list strong {
  3318. .style28();
  3319. }
  3320. }
  3321. .pp-buttons-container {
  3322. .action-default {
  3323. display: inline-block;
  3324. margin-bottom: @indent__xs;
  3325. }
  3326. }
  3327. }
  3328. }
  3329. .adminhtml-system-backup-index,
  3330. .adminhtml-scheduled-operation-index,
  3331. .adminhtml-system-currency-index,
  3332. .adminhtml-system-currencysymbol-index,
  3333. .adminhtml-cache-index,
  3334. .adminhtml-system-store-index,
  3335. .sales-order-status-index {
  3336. .admin__scope-old {
  3337. .page-actions.fixed {
  3338. background-image: none;
  3339. padding: 0 21px;
  3340. position: fixed;
  3341. }
  3342. }
  3343. }
  3344. .adminhtml-system-currency-index {
  3345. .admin__scope-old {
  3346. .page-actions.fixed .import-service {
  3347. display: inline-block;
  3348. float: none;
  3349. }
  3350. }
  3351. }
  3352. .adminhtml-cache-index {
  3353. .admin__scope-old {
  3354. .additional-cache-management {
  3355. margin-bottom: 0;
  3356. }
  3357. }
  3358. }
  3359. // Reports - PayPal Settlement Reports
  3360. .adminhtml-paypal-reports-index {
  3361. .admin__scope-old {
  3362. .grid tr.headings th > span {
  3363. white-space: normal;
  3364. }
  3365. .col-transaction_event_code {
  3366. max-width: 150px;
  3367. }
  3368. .col-amount,
  3369. .col-fee-amount {
  3370. text-align: right;
  3371. }
  3372. }
  3373. }
  3374. // Newsletter Templates
  3375. .newsletter-template-index {
  3376. .admin__scope-old {
  3377. .col-id {
  3378. width: 35px;
  3379. }
  3380. .col-actions {
  3381. width: 80px;
  3382. }
  3383. .col-type {
  3384. width: 100px;
  3385. }
  3386. .col-added,
  3387. .col-updated {
  3388. width: 140px;
  3389. }
  3390. }
  3391. }
  3392. .newsletter-template-preview {
  3393. height: 100%;
  3394. .cms-revision-preview {
  3395. height: 100%;
  3396. .preview_iframe {
  3397. height: calc(~'100% - 50px');
  3398. }
  3399. }
  3400. }
  3401. .adminhtml-email_template-preview {
  3402. .cms-revision-preview {
  3403. padding-top: 56.25%;
  3404. position: relative;
  3405. #preview_iframe {
  3406. height: 100%;
  3407. left: 0;
  3408. position: absolute;
  3409. top: 0;
  3410. width: 100%;
  3411. }
  3412. }
  3413. }
  3414. .admin__scope-old {
  3415. .buttons-set {
  3416. margin: 0 0 15px;
  3417. button {
  3418. margin-right: 4px;
  3419. }
  3420. }
  3421. }
  3422. // Newsletter - Queue
  3423. .newsletter-queue-index {
  3424. .admin__scope-old {
  3425. .col-id {
  3426. width: 35px;
  3427. }
  3428. .col-finish,
  3429. .col-start {
  3430. width: 130px;
  3431. }
  3432. .col-status,
  3433. .col-processed,
  3434. .col-recipients {
  3435. white-space: nowrap;
  3436. width: 85px;
  3437. }
  3438. td.col-processed,
  3439. .newsletter-queue-index td.col-recipients {
  3440. text-align: right;
  3441. }
  3442. .col-actions {
  3443. width: 80px;
  3444. }
  3445. }
  3446. }
  3447. // Newsletter - Subscribers
  3448. .newsletter-subscriber-index {
  3449. .admin__scope-old {
  3450. .col-id {
  3451. width: 35px;
  3452. }
  3453. .col-type {
  3454. width: 75px;
  3455. }
  3456. .col-status {
  3457. white-space: nowrap;
  3458. width: 85px;
  3459. }
  3460. }
  3461. }
  3462. // Newsletter - Problems
  3463. .newsletter-problem-index {
  3464. .admin__scope-old {
  3465. .col-select {
  3466. width: 25px;
  3467. }
  3468. .col-id {
  3469. width: 35px;
  3470. }
  3471. .col-start {
  3472. width: 130px;
  3473. }
  3474. .col-error-code {
  3475. width: 150px;
  3476. }
  3477. }
  3478. }
  3479. [class*="-order-"] .admin__scope-old .order-information,
  3480. [class*="-order-"] .admin__scope-old .order-billing-address,
  3481. [class*="-order-"] .admin__scope-old .order-payment-method,
  3482. [class^=" adminhtml-rma-"] .admin__scope-old .order-comments-history,
  3483. [class^=" adminhtml-rma-"] .admin__scope-old .order-shipping-address,
  3484. [class^=" adminhtml-rma-"] .admin__scope-old .rma-request-details {
  3485. float: left;
  3486. width: 49.5%;
  3487. }
  3488. [class*="-order-"] .admin__scope-old .order-totals,
  3489. [class*="-order-"] .admin__scope-old .order-account-information,
  3490. [class*="-order-"] .admin__scope-old .order-shipping-address,
  3491. [class*="-order-"] .admin__scope-old .order-payment-method-virtual,
  3492. [class*="-order-"] .admin__scope-old .order-shipping-method,
  3493. [class^=" adminhtml-rma-"] .admin__scope-old .rma-confirmation,
  3494. [class^=" adminhtml-rma-"] .admin__scope-old .order-shipping-method,
  3495. [class^=" adminhtml-rma-"] .admin__scope-old .order-return-address {
  3496. float: right;
  3497. width: 49%;
  3498. }
  3499. [class*="-order-"] {
  3500. .admin__scope-old {
  3501. .order-card-validation {
  3502. width: 49.5%;
  3503. box-sizing: border-box;
  3504. .actions {
  3505. margin-top: 17px;
  3506. }
  3507. }
  3508. .order-totals {
  3509. .field.choice {
  3510. margin: 20px 0;
  3511. }
  3512. }
  3513. }
  3514. }
  3515. [class^=" sales-"] {
  3516. .admin__scope-old {
  3517. .order-information .fieldset-wrapper > .fieldset-wrapper-title .title {
  3518. width: 100%;
  3519. }
  3520. }
  3521. }
  3522. .adminhtml-rma-new .admin__scope-old .order-totals,
  3523. [class^=" adminhtml-rma-"] .admin__scope-old .rma-comments-history {
  3524. float: none;
  3525. width: 100%;
  3526. }
  3527. .checkout-index-index .checkout-errors {
  3528. .fieldset-wrapper-title {
  3529. border-bottom: 0;
  3530. margin: 0;
  3531. }
  3532. .title {
  3533. border-bottom: 1px solid #cac3b4;
  3534. margin: 0 0 18px;
  3535. width: 100%;
  3536. }
  3537. }
  3538. [class^=" sales-"] {
  3539. .admin__scope-old {
  3540. tr.headings {
  3541. .col-parent-transaction-id > span,
  3542. .col-method > span,
  3543. .col-transaction-id > span,
  3544. .col-transaction-type > span,
  3545. .col-gtbase > span,
  3546. .col-gtpurchased > span,
  3547. .col-discont > span {
  3548. white-space: normal;
  3549. }
  3550. }
  3551. }
  3552. }
  3553. [class*="-order-"] {
  3554. .admin__scope-old {
  3555. .col-price .label,
  3556. .col-subtotal .label {
  3557. display: inline-block;
  3558. min-width: 60px;
  3559. white-space: nowrap;
  3560. }
  3561. .order-subtotal .label {
  3562. width: 80%;
  3563. }
  3564. }
  3565. }
  3566. [class*="-order-"] {
  3567. .admin__scope-old {
  3568. .item-options {
  3569. margin: 5px 0 5px 10px;
  3570. dt {
  3571. font-weight: bold;
  3572. }
  3573. dd {
  3574. margin: 0 0 0 10px;
  3575. }
  3576. }
  3577. }
  3578. }
  3579. [class~=" -order-creditmemo-"] {
  3580. .admin__scope-old {
  3581. .no-items {
  3582. padding-top: 13px;
  3583. text-align: center;
  3584. }
  3585. }
  3586. }
  3587. .adminhtml-order-shipment-new {
  3588. .admin__scope-old {
  3589. .order-totals .fieldset-wrapper {
  3590. padding-top: 18px;
  3591. }
  3592. }
  3593. }
  3594. [class^=" adminhtml-rma-"],
  3595. .adminhtml-rma-edit {
  3596. .admin__scope-old {
  3597. .rma-items th.col-qty span {
  3598. text-align: left;
  3599. white-space: normal;
  3600. }
  3601. }
  3602. }
  3603. .adminhtml-rma-edit .admin__scope-old .data-table .col-carrier,
  3604. [class^=" sales-billing-agreement-"] .admin__scope-old .log-details .data-table th {
  3605. width: 20%;
  3606. }
  3607. .adminhtml-rma-edit {
  3608. .admin__scope-old {
  3609. .data-table {
  3610. .col-title {
  3611. width: 35%;
  3612. }
  3613. .col-number {
  3614. width: 25%;
  3615. }
  3616. }
  3617. }
  3618. }
  3619. [class*="-order-"] .admin__scope-old .order-shipping-address .price,
  3620. .order-shipping-address .admin__scope-old .shipping-description-title {
  3621. font-weight: bold;
  3622. }
  3623. [class^=" adminhtml-rma-"] {
  3624. .admin__scope-old {
  3625. .col-actions a {
  3626. cursor: pointer;
  3627. white-space: nowrap;
  3628. }
  3629. .col-reason input[type="text"] {
  3630. margin: 5px 0 0;
  3631. width: 100%;
  3632. }
  3633. .col-actions .separator {
  3634. margin: 0 3px;
  3635. }
  3636. }
  3637. }
  3638. [class^=" sales-"] {
  3639. .admin__scope-old {
  3640. .order-payment-method .data-table {
  3641. margin-top: 15px;
  3642. }
  3643. .order-payment-currency {
  3644. margin-top: 15px;
  3645. }
  3646. .grid .data {
  3647. border-bottom: 1px solid #c0bbaf;
  3648. }
  3649. .grid td .option-label {
  3650. font-weight: bold;
  3651. }
  3652. .grid td .option-value {
  3653. margin: 0 0 0 10px;
  3654. }
  3655. }
  3656. }
  3657. [class^=" adminhtml-extension-custom-"] {
  3658. .admin__scope-old {
  3659. #authors_fieldset .data-table td {
  3660. vertical-align: top;
  3661. }
  3662. }
  3663. }
  3664. [class*="-order-"] {
  3665. .admin__scope-old {
  3666. .order-billing-address .packaging-window .actions,
  3667. .order-shipping-address .packaging-window .actions {
  3668. margin: 0;
  3669. }
  3670. }
  3671. }
  3672. //
  3673. // Tables
  3674. // ---------------------------------------------
  3675. // Sales
  3676. [class^=' sales-order-'] {
  3677. .admin__scope-old {
  3678. .grid .col-name {
  3679. &:extend(.col-220-max all);
  3680. }
  3681. }
  3682. }
  3683. .sales-order-index {
  3684. .admin__scope-old {
  3685. .grid .col-name {
  3686. &:extend(.col-110-max all);
  3687. }
  3688. }
  3689. }
  3690. .sales-order-create-index {
  3691. .admin__scope-old {
  3692. .col-phone {
  3693. &:extend(.col-70-max all);
  3694. }
  3695. .col-in_products {
  3696. &:extend(.col-70);
  3697. }
  3698. }
  3699. }
  3700. // Sales -> Create Order
  3701. .sales-order-create-index,
  3702. .sales-order-edit-index {
  3703. .admin__scope-old {
  3704. .grid,
  3705. .grid-actions {
  3706. &:extend(.side-paddings-0);
  3707. table .action-configure {
  3708. float: right;
  3709. &.disabled {
  3710. cursor: default;
  3711. opacity: .5;
  3712. &:hover {
  3713. text-decoration: none;
  3714. }
  3715. }
  3716. }
  3717. }
  3718. .data-table {
  3719. .border td {
  3720. padding-bottom: 15px;
  3721. }
  3722. .col-product {
  3723. &:extend(.ellipsis all);
  3724. &:extend(.col-150-max all);
  3725. }
  3726. }
  3727. .actions.update {
  3728. margin: 10px 0;
  3729. }
  3730. }
  3731. }
  3732. // Sales -> Create Shipment
  3733. .adminhtml-order-shipment-new {
  3734. .admin__scope-old {
  3735. .grid .col-product {
  3736. max-width: 770px;
  3737. width: 770px;
  3738. }
  3739. }
  3740. }
  3741. // Sales -> Return
  3742. [class^=' adminhtml-rma-'] {
  3743. .admin__scope-old {
  3744. .fieldset-wrapper .data-table td {
  3745. &:extend(.ellipsis all);
  3746. &:extend(.col-670-max);
  3747. }
  3748. .grid {
  3749. .col-product_sku {
  3750. &:extend(.ellipsis all);
  3751. &:extend(.col-70-max all);
  3752. }
  3753. .col-name,
  3754. .col-product {
  3755. &:extend(.col-150-max all);
  3756. }
  3757. .col-product_name {
  3758. &:extend(.ellipsis all);
  3759. &:extend(.col-110-max all);
  3760. }
  3761. }
  3762. .col-actions {
  3763. a {
  3764. &:extend(.col-actions-links);
  3765. }
  3766. }
  3767. .rma-request-details {
  3768. &:extend(.data-table-td-max all);
  3769. }
  3770. #rma_items_grid_table .headings th {
  3771. &:extend(.nowrap all);
  3772. }
  3773. }
  3774. }
  3775. //
  3776. // Products
  3777. // --------------------------------------
  3778. .catalog-product-index {
  3779. .admin__scope-old {
  3780. .grid .col-name {
  3781. &:extend(.col-110-max all);
  3782. }
  3783. }
  3784. }
  3785. .catalog-product-edit {
  3786. .admin__scope-old {
  3787. .ui-tabs-panel .grid {
  3788. .hor-scroll {
  3789. &:extend(.h-scroll);
  3790. }
  3791. .col-name,
  3792. .col-type,
  3793. .col-sku {
  3794. &:extend(.col-70-max all);
  3795. }
  3796. .col-price,
  3797. .col-position {
  3798. &:extend(.col-50 all);
  3799. }
  3800. }
  3801. }
  3802. }
  3803. .catalog-product-index {
  3804. .admin__scope-old {
  3805. .grid .hor-scroll {
  3806. &:extend(.h-scroll);
  3807. }
  3808. }
  3809. }
  3810. .catalog-product-review-index {
  3811. .admin__scope-old {
  3812. .grid {
  3813. .col-name,
  3814. .col-title {
  3815. &:extend(.col-110-max all);
  3816. }
  3817. }
  3818. }
  3819. }
  3820. // Products -> Categories
  3821. .catalog-category-edit {
  3822. .admin__scope-old {
  3823. .grid {
  3824. .col-name {
  3825. &:extend(.col-220-max all);
  3826. }
  3827. }
  3828. }
  3829. }
  3830. // Customer
  3831. .customer-index-index {
  3832. .admin__scope-old {
  3833. .grid {
  3834. .col-name {
  3835. max-width: 90px;
  3836. width: 90px;
  3837. }
  3838. .col-customer_since,
  3839. .col-billing_country_id {
  3840. &:extend(.col-70-max all);
  3841. }
  3842. .col-billing_region {
  3843. width: 70px;
  3844. }
  3845. }
  3846. }
  3847. }
  3848. [class^=' customer-index-'] {
  3849. .admin__scope-old {
  3850. .fieldset-wrapper,
  3851. .accordion {
  3852. .grid .col-created_at {
  3853. &:extend(.col-70-max all);
  3854. }
  3855. }
  3856. .col-action a {
  3857. &:extend(.col-actions-links);
  3858. }
  3859. }
  3860. }
  3861. .customer-index-edit {
  3862. .admin__scope-old {
  3863. .ui-tabs-panel .grid .col-name {
  3864. &:extend(.col-110-max all);
  3865. }
  3866. }
  3867. }
  3868. // Customer -> Customer Segments
  3869. .col-grid_segment_name {
  3870. .admin__scope-old {
  3871. &:extend(.col-570-max all);
  3872. &:extend(.ellipsis all);
  3873. }
  3874. }
  3875. // Marketing -> Catalog Event
  3876. .adminhtml-catalog-event-index {
  3877. .admin__scope-old {
  3878. .col-category {
  3879. &:extend(.ellipsis all);
  3880. &:extend(.col-220-max all);
  3881. }
  3882. }
  3883. }
  3884. // Marketing -> Search Terms
  3885. [class^=' catalog-search'] {
  3886. .admin__scope-old {
  3887. .col-search_query,
  3888. .col-synonym_for,
  3889. .col-redirect {
  3890. &:extend(.ellipsis all);
  3891. &:extend(.col-150-max all);
  3892. }
  3893. }
  3894. }
  3895. // Marketing -> URL Rewrites
  3896. .adminhtml-urlrewrite-index {
  3897. .admin__scope-old {
  3898. .col-request_path {
  3899. &:extend(.ellipsis all);
  3900. &:extend(.col-150-max all);
  3901. }
  3902. }
  3903. }
  3904. .content-category-tree {
  3905. clear: both;
  3906. .jstree-default {
  3907. margin-bottom: 3rem;
  3908. .disabled {
  3909. > a {
  3910. color: #a29c94;
  3911. }
  3912. }
  3913. }
  3914. }
  3915. // Marketing -> Reviews
  3916. .review-product-index {
  3917. .admin__scope-old {
  3918. .grid {
  3919. .hor-scroll {
  3920. &:extend(.h-scroll);
  3921. }
  3922. .col-name {
  3923. &:extend(.col-110-max all);
  3924. }
  3925. }
  3926. }
  3927. }
  3928. // Content -> Pages
  3929. .adminhtml-cms-page-index {
  3930. .admin__scope-old {
  3931. .col-title,
  3932. .col-identifier {
  3933. &:extend(.ellipsis all);
  3934. &:extend(.col-110-max all);
  3935. }
  3936. }
  3937. }
  3938. // Content -> Hierarchy
  3939. .adminhtml-cms-hierarchy-index {
  3940. .admin__scope-old {
  3941. .col-title,
  3942. .col-identifier {
  3943. &:extend(.ellipsis all);
  3944. max-width: 410px;
  3945. width: 410px;
  3946. }
  3947. }
  3948. }
  3949. // Content -> Widgets
  3950. .adminhtml-widget-instance-index {
  3951. .admin__scope-old {
  3952. .col-title {
  3953. &:extend(.col-370-max all);
  3954. &:extend(.ellipsis all);
  3955. }
  3956. }
  3957. }
  3958. .adminhtml-widget-instance-edit {
  3959. .admin__scope-old {
  3960. .grid-chooser .control {
  3961. margin-top: -19px;
  3962. width: 80%;
  3963. .grid-actions {
  3964. padding: 0 0 15px;
  3965. }
  3966. .grid {
  3967. padding: 0;
  3968. }
  3969. .addon {
  3970. input:last-child,
  3971. select:last-child {
  3972. border-radius: 0;
  3973. }
  3974. }
  3975. }
  3976. }
  3977. .fieldset-widget-options { // ToDo UI: To be removed after renderer form elements is refactored or updated.
  3978. .admin__field {
  3979. &:last-child {
  3980. .mage-error {
  3981. margin-bottom: @indent__m;
  3982. margin-top: -@indent__xl;
  3983. }
  3984. }
  3985. }
  3986. }
  3987. }
  3988. // Reports -> Low Stock
  3989. .reports-report-product-lowstock {
  3990. .admin__scope-old {
  3991. .grid {
  3992. .col-name {
  3993. &:extend(.col-670-max all);
  3994. }
  3995. .col-sku {
  3996. &:extend(.col-220-max all);
  3997. }
  3998. }
  3999. }
  4000. }
  4001. .reports-report-shopcart-product,
  4002. .reports-report-review-customer {
  4003. .admin__scope-old {
  4004. .grid .col-name {
  4005. &:extend(.col-670-max all);
  4006. }
  4007. }
  4008. }
  4009. .reports-report-shopcart-abandoned {
  4010. .admin__scope-old {
  4011. .grid .col-name {
  4012. &:extend(.col-150-max all);
  4013. }
  4014. }
  4015. }
  4016. // Reports
  4017. [class^=' reports-'] [class^='col-total'],
  4018. [class^=' reports-'] [class^='col-average'],
  4019. [class^=' reports-'] [class^='col-ref-'],
  4020. [class^=' reports-'] [class^='col-rate'],
  4021. [class^=' reports-'] [class^='col-tax-amount'] {
  4022. .admin__scope-old {
  4023. &:extend(.col-70 all);
  4024. }
  4025. }
  4026. .reports-report-sales-invoiced,
  4027. .reports-report-sales-refunde {
  4028. .admin__scope-old {
  4029. .grid .col-period {
  4030. &:extend(.col-auto all);
  4031. }
  4032. }
  4033. }
  4034. // Reports -> Search Terms
  4035. .reports-index-search {
  4036. .admin__scope-old {
  4037. .col-query_text {
  4038. &:extend(.col-570-max all);
  4039. &:extend(.ellipsis all);
  4040. }
  4041. }
  4042. }
  4043. // Reports -> Ordered Products Report
  4044. .reports-report-product-sold {
  4045. .admin__scope-old {
  4046. .grid .col-name {
  4047. max-width: 720px;
  4048. width: 720px;
  4049. }
  4050. }
  4051. }
  4052. // Reports -> Newsletter Problem Reports
  4053. .newsletter-problem-index {
  4054. .admin__scope-old {
  4055. .grid {
  4056. .col-name,
  4057. .col-subject,
  4058. .col-product {
  4059. &:extend(.col-220-max all);
  4060. }
  4061. }
  4062. }
  4063. }
  4064. // Content -> Banners
  4065. .adminhtml-banner-edit {
  4066. .admin__scope-old {
  4067. .grid .col-name {
  4068. &:extend(.col-220-max all);
  4069. }
  4070. }
  4071. }
  4072. // Stroes -> Tax rules
  4073. .tax-rule-index {
  4074. .admin__scope-old {
  4075. .grid .col-title {
  4076. &:extend(.col-150-max all);
  4077. }
  4078. }
  4079. }
  4080. // Stores -> Returns Attributes
  4081. .adminhtml-rma-item-attribute-index {
  4082. .admin__scope-old {
  4083. .grid {
  4084. .col-label {
  4085. &:extend(.col-220-max all);
  4086. }
  4087. .col-attr-code {
  4088. &:extend(.ellipsis);
  4089. &:extend(.col-150-max all);
  4090. }
  4091. }
  4092. }
  4093. }
  4094. .adminhtml-rma-edit {
  4095. .admin__scope-old {
  4096. .hor-scroll {
  4097. &:extend(.h-scroll);
  4098. }
  4099. }
  4100. }
  4101. // Stores -> All Stores
  4102. .adminhtml-system-store-index {
  4103. .admin__scope-old {
  4104. .grid td {
  4105. &:extend(.ellipsis all);
  4106. max-width: 310px;
  4107. }
  4108. }
  4109. }
  4110. // Stores -> Currency
  4111. .adminhtml-system-currency-index {
  4112. .admin__scope-old {
  4113. .grid {
  4114. padding-top: 0;
  4115. }
  4116. .col-currency-edit-rate {
  4117. min-width: 40px;
  4118. }
  4119. .col__base-currency {
  4120. font-weight: bold;
  4121. }
  4122. .old-rate {
  4123. display: block;
  4124. margin-top: 3px;
  4125. text-align: center;
  4126. }
  4127. .hor-scroll {
  4128. overflow-x: auto;
  4129. min-width: 970px;
  4130. }
  4131. }
  4132. }
  4133. // Stores -> Currency symbol
  4134. .adminhtml-system-currencysymbol-index {
  4135. .admin__scope-old {
  4136. .col-currency {
  4137. width: 35%;
  4138. }
  4139. .grid .input-text {
  4140. margin: 0 10px 0 0;
  4141. width: 50%;
  4142. }
  4143. }
  4144. }
  4145. // Stores -> Customer attributes
  4146. [class^=' adminhtml-customer-'],
  4147. .adminhtml-rma-item-attribute-index {
  4148. .admin__scope-old {
  4149. .col-label {
  4150. &:extend(.col-370-max all);
  4151. }
  4152. .col-required,
  4153. .col-system,
  4154. .col-is_visible,
  4155. .col-sort_order {
  4156. &:extend(.col-70 all);
  4157. }
  4158. }
  4159. }
  4160. // Stores -> Product Attribute
  4161. .catalog-product-attribute-index {
  4162. .admin__scope-old {
  4163. .col-attr-code,
  4164. .col-label {
  4165. &:extend(.col-110-max all);
  4166. &:extend(.ellipsis);
  4167. }
  4168. [class^=' col-is_'],
  4169. .col-required,
  4170. .col-system {
  4171. &:extend(.col-70 all);
  4172. }
  4173. }
  4174. }
  4175. // Stores -> Product Attribute Edit
  4176. .catalog-product-attribute-edit {
  4177. .admin__scope-old {
  4178. .data-table {
  4179. th {
  4180. &._required {
  4181. span {
  4182. &:after {
  4183. content: '*';
  4184. .lib-typography(
  4185. @_font-size: @form-field-label-asterisk__font-size,
  4186. @_color: @form-field-label-asterisk__color,
  4187. @_font-family: @form-field-label-asterisk__font-family,
  4188. @_font-weight: @form-field-label-asterisk__font-weight,
  4189. @_line-height: @form-field-label-asterisk__line-height,
  4190. @_font-style: @form-field-label-asterisk__font-style
  4191. );
  4192. .lib-css(margin, @form-field-label-asterisk__margin);
  4193. }
  4194. }
  4195. }
  4196. }
  4197. }
  4198. }
  4199. .admin__control-table-wrapper {
  4200. clear: both;
  4201. }
  4202. }
  4203. .catalog-product-set-index {
  4204. .admin__scope-old {
  4205. .col-set_name {
  4206. max-width: 930px;
  4207. width: 930px;
  4208. }
  4209. }
  4210. }
  4211. // System -> Export
  4212. .adminhtml-export-index {
  4213. .admin__scope-old {
  4214. .grid-actions,
  4215. .data-grid {
  4216. &:extend(.side-paddings-0);
  4217. }
  4218. .col-label,
  4219. .col-code {
  4220. &:extend(.col-220-max all);
  4221. }
  4222. .col-code {
  4223. &:extend(.ellipsis all);
  4224. }
  4225. .data-grid {
  4226. td {
  4227. vertical-align: middle;
  4228. }
  4229. .input-text-range {
  4230. margin: 0 10px 0 5px;
  4231. width: 37%;
  4232. }
  4233. ._has-datepicker {
  4234. margin: 0 5px;
  4235. width: 32%;
  4236. }
  4237. .admin__control-support-text {
  4238. margin-right: .5rem;
  4239. }
  4240. }
  4241. .data-grid-checkbox-cell {
  4242. padding-right: 1rem;
  4243. padding-left: 1rem;
  4244. text-align: center;
  4245. }
  4246. }
  4247. }
  4248. // System -> Scheduled Imports/Exports
  4249. .adminhtml-scheduled-operation-index {
  4250. .admin__scope-old {
  4251. .grid .col-name {
  4252. &:extend(.col-220-max all);
  4253. }
  4254. }
  4255. }
  4256. // System -> Report
  4257. .adminhtml-logging-index {
  4258. .admin__scope-old {
  4259. .grid .col-fullaction {
  4260. &:extend(.ellipsis all);
  4261. &:extend(.col-220-max all);
  4262. }
  4263. }
  4264. }
  4265. // System -> Notifications
  4266. .adminhtml-notification-index {
  4267. .col-actions a {
  4268. &:extend(.col-actions-links);
  4269. white-space: nowrap;
  4270. }
  4271. }
  4272. .adminhtml-process-list {
  4273. .admin__scope-old {
  4274. .col-action a,
  4275. .col-mode {
  4276. &:extend(.nowrap all);
  4277. }
  4278. }
  4279. }
  4280. .adminhtml-notification-index,
  4281. .adminhtml-cache-index,
  4282. .adminhtml-process-list,
  4283. .indexer-indexer-list {
  4284. .admin__scope-old {
  4285. .grid .col-select {
  4286. width: 10px;
  4287. }
  4288. }
  4289. }
  4290. // System -> Locked Users
  4291. .adminhtml-locks-index {
  4292. .admin__scope-old {
  4293. .grid .col-name {
  4294. &:extend(.col-570-max all);
  4295. }
  4296. }
  4297. }
  4298. // System -> Custom Variables
  4299. .adminhtml-system-variable-index {
  4300. .admin__scope-old {
  4301. .grid .col-code {
  4302. &:extend(.col-370-max all);
  4303. &:extend(.ellipsis all);
  4304. }
  4305. }
  4306. }
  4307. .adminhtml-logging-index {
  4308. .admin__scope-old {
  4309. .grid .col-info {
  4310. &:extend(.col-110-max all);
  4311. &:extend(.ellipsis all);
  4312. }
  4313. }
  4314. }
  4315. //
  4316. // Login page captcha reload @todo ui - remove after loader consistency
  4317. // _____________________________________________
  4318. // Tax popup
  4319. .tax-rate-popup .form-inline .field {
  4320. position: static;
  4321. &.required .label {
  4322. position: relative;
  4323. z-index: 1;
  4324. }
  4325. }
  4326. // Product tabs
  4327. #product-edit-form-tabs .ui-tabs-panel {
  4328. border-top-width: 0;
  4329. .main-col & {
  4330. padding-left: 0;
  4331. padding-right: 0;
  4332. }
  4333. }
  4334. //
  4335. // Temporary override @todo ui - remove after refactoring of 3-rd party tree styles
  4336. // _____________________________________________
  4337. .ext-strict {
  4338. .x-small-editor {
  4339. .x-form-text.x-form-field.folder {
  4340. height: auto !important;
  4341. }
  4342. }
  4343. }
  4344. // ==|== print styles =======================================================
  4345. // Print styles.
  4346. // Inlined to avoid required HTTP connection: h5bp.com/r
  4347. // ==========================================================================
  4348. @media print {
  4349. * {
  4350. background: transparent !important;
  4351. color: @color-black !important;
  4352. box-shadow: none !important;
  4353. text-shadow: none !important;
  4354. filter: none !important;
  4355. -ms-filter: none !important;
  4356. }
  4357. // Black prints faster: h5bp.com/s
  4358. a, a:visited {
  4359. text-decoration: underline;
  4360. }
  4361. a[href]:after {
  4362. content: " (" attr(href) ")";
  4363. }
  4364. abbr[title]:after {
  4365. content: " (" attr(title) ")";
  4366. }
  4367. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  4368. content: "";
  4369. }
  4370. // Don't show links for images, or javascript/internal links
  4371. pre, blockquote {
  4372. border: 1px solid #999;
  4373. page-break-inside: avoid;
  4374. }
  4375. thead {
  4376. display: table-header-group;
  4377. }
  4378. // h5bp.com/t
  4379. tr, img {
  4380. page-break-inside: avoid;
  4381. }
  4382. img {
  4383. max-width: 100% !important;
  4384. }
  4385. @page {
  4386. margin: 0.5cm;
  4387. }
  4388. p, h2, h3 {
  4389. orphans: 3;
  4390. widows: 3;
  4391. }
  4392. h2, h3 {
  4393. page-break-after: avoid;
  4394. }
  4395. }