|
38 | 38 | } |
39 | 39 |
|
40 | 40 | .ui-dialog-titlebar-close { |
| 41 | + background-color: @color-white; |
| 42 | + border-color: @color-white; |
41 | 43 | cursor: pointer; |
42 | | - .lib-icon-font( |
43 | | - @_icon-font-content: @popup-close-icon__content, |
44 | | - @_icon-font: @popup-close-icon__font, |
45 | | - @_icon-font-size: @popup-close-icon__font-size, |
46 | | - @_icon-font-color: @popup-close-icon__color, |
47 | | - @_icon-font-color-hover: @popup-close-icon__hover__color |
48 | | - ); |
| 44 | + .lib-icon-font(@_icon-font-content: @popup-close-icon__content, @_icon-font: @popup-close-icon__font, @_icon-font-size: @popup-close-icon__font-size, @_icon-font-color: @popup-close-icon__color, @_icon-font-color-hover: @popup-close-icon__hover__color); |
49 | 45 | position: absolute; |
50 | 46 | right: @popup-close-icon__right; |
| 47 | + text-shadow: none; |
51 | 48 | top: @popup-close-icon__top - .3; |
52 | 49 |
|
53 | 50 | .ui-icon { |
|
57 | 54 | &.ui-state-hover { |
58 | 55 | border: none; |
59 | 56 | } |
| 57 | + |
| 58 | + &.ui-button-icon-only { |
| 59 | + text-indent: -9999px; |
| 60 | + white-space: nowrap; |
| 61 | + } |
| 62 | + |
| 63 | + &:before { |
| 64 | + float: left; |
| 65 | + text-indent: 0; |
| 66 | + } |
| 67 | + |
| 68 | + &:hover { |
| 69 | + background-color: @color-white; |
| 70 | + border-color: @color-white; |
| 71 | + box-shadow: none; |
| 72 | + text-shadow: none; |
| 73 | + } |
60 | 74 | } |
61 | 75 |
|
62 | 76 | .ui-dialog-content { |
|
416 | 430 | // Attribute Popup |
417 | 431 | // _____________________________________________ |
418 | 432 |
|
419 | | -.attribute-popup { // ToDo UI: remove or refactor after New attribute popup refactored to sliding panel |
| 433 | +// ToDo UI: remove or refactor after New attribute popup refactored to sliding panel |
| 434 | +.attribute-popup { |
420 | 435 | .page-content { |
421 | 436 | padding: 0; |
422 | 437 | } |
423 | 438 | } |
424 | | - |
425 | | -.attribute-popup-actions { // ToDo UI: remove or refactor after New attribute popup refactored to sliding panel |
| 439 | +// ToDo UI: remove or refactor after New attribute popup refactored to sliding panel |
| 440 | +.attribute-popup-actions { |
426 | 441 | &:extend(.abs-clearfix all); |
427 | 442 | background: @page-main-actions__background-color; |
428 | 443 | border-bottom: 1px solid @page-main-actions__border-color; |
|
433 | 448 | float: none; |
434 | 449 | } |
435 | 450 |
|
436 | | - &.fixed { // ToDo UI: remove or refactor after New attribute popup refactored to sliding panel |
| 451 | + // ToDo UI: remove or refactor after New attribute popup refactored to sliding panel |
| 452 | + &.fixed { |
437 | 453 | background: @color-white !important; |
438 | 454 | border-bottom: 0 !important; |
439 | 455 | left: 0 !important; |
|
0 commit comments