|
34 | 34 | }
|
35 | 35 |
|
36 | 36 | .phui-object-item {
|
37 |
| - background: #fff; |
38 | 37 | border-style: solid;
|
39 | 38 | border-color: {$lightgreyborder};
|
40 |
| - border-width: 0 0 0 4px; |
41 | 39 | margin: 5px 0;
|
42 | 40 | overflow: hidden;
|
| 41 | + border-radius: 3px; |
| 42 | + border-left-width: 6px; |
| 43 | + background: #f0f0f0 url('/rsrc/image/texture/card-gradient.png') repeat-x; |
| 44 | + margin-bottom: 4px; |
43 | 45 | }
|
44 | 46 |
|
45 | 47 | .phui-object-item .phui-icon-view {
|
|
54 | 56 | position: relative;
|
55 | 57 | min-height: 29px;
|
56 | 58 | overflow: hidden;
|
57 |
| -} |
58 |
| - |
59 |
| -.phui-object-list-cards .phui-object-item-frame { |
60 | 59 | border-bottom-right-radius: 3px;
|
61 | 60 | border-top-right-radius: 3px;
|
62 | 61 | }
|
|
187 | 186 | .phui-object-item-list-view.phui-object-list-stackable
|
188 | 187 | .phui-object-item {
|
189 | 188 | margin: -1px 0 0 0;
|
| 189 | + border-radius: 0; |
| 190 | + border-left-width: 1px; |
| 191 | + background: #fff; |
| 192 | +} |
| 193 | + |
| 194 | +.phui-object-list-stackable .phui-object-item-frame { |
| 195 | + border-radius: 0; |
190 | 196 | }
|
191 | 197 |
|
192 | 198 | .phui-object-list-stackable .phui-object-item {
|
193 |
| - border-left-width: 1px; |
194 | 199 | }
|
195 | 200 |
|
196 | 201 | .device-desktop .phui-object-list-stackable
|
|
435 | 440 | background: {$lightyellow};
|
436 | 441 | }
|
437 | 442 |
|
438 |
| -.phui-object-list-cards |
439 |
| - .phui-object-item.phui-object-item-highlighted { |
| 443 | +.phui-object-item.phui-object-item-highlighted { |
440 | 444 | background-image: linear-gradient(to bottom, rgb(253, 255, 221), rgb(243, 245, 206));
|
441 | 445 | background-image: -webkit-linear-gradient(top, rgb(253, 255, 221), rgb(243, 245, 206));
|
442 | 446 | }
|
443 | 447 |
|
444 | 448 | .phui-object-item-selected {
|
445 | 449 | background: {$lightblue};
|
| 450 | + border-left-color: {$blue}; |
| 451 | +} |
| 452 | + |
| 453 | +.phui-object-item-selected .phui-object-item-frame { |
| 454 | + border-color: {$blue}; |
446 | 455 | }
|
447 | 456 |
|
448 | 457 |
|
|
531 | 540 | font-size: 13px;
|
532 | 541 | }
|
533 | 542 |
|
534 |
| -/* - Card List ----------------------------------------------------------------- |
535 |
| -
|
536 |
| - Rounded card list. |
537 |
| -
|
538 |
| -*/ |
539 |
| - |
540 |
| -/* Hard to sprite since we can't have other sprites appearing in tall cells */ |
541 |
| -.phui-object-list-cards .phui-object-item { |
542 |
| - border-radius: 3px; |
543 |
| - border-left-width: 6px; |
544 |
| - background: #f0f0f0 url('/rsrc/image/texture/card-gradient.png') repeat-x; |
545 |
| - margin-bottom: 4px; |
546 |
| -} |
547 |
| - |
548 |
| -.phui-object-list-cards .phui-object-item-frame { |
549 |
| - min-height: 50px; |
550 |
| -} |
551 |
| - |
552 |
| -.phui-object-list-cards .phui-object-item-selected { |
553 |
| - background: #bfdcff; |
554 |
| -} |
555 |
| - |
556 |
| -.phui-object-list-cards .phui-object-item-selected |
557 |
| - .phui-object-item-frame { |
558 |
| - border-color: #99ccff; |
559 |
| -} |
560 |
| - |
561 | 543 |
|
562 | 544 | /* - Draggable List ------------------------------------------------------------
|
563 | 545 |
|
|
0 commit comments