|
21 | 21 | outline: none; |
22 | 22 | border: none; |
23 | 23 | vertical-align: baseline; |
24 | | - background: #ffffff -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)); |
25 | | - background: #ffffff linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)); |
| 24 | + background: #fbfbfb -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)); |
| 25 | + background: #fbfbfb linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)); |
26 | 26 | color: #333333; |
27 | 27 | font-family: Helvetica Neue, Helvetica, Arial, sans-serif; |
28 | 28 | margin: 0em 0.25em 0em 0em; |
|
40 | 40 | -moz-user-select: none; |
41 | 41 | -ms-user-select: none; |
42 | 42 | user-select: none; |
43 | | - -webkit-transition: opacity 0.1s ease, background 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; |
44 | | - transition: opacity 0.1s ease, background 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; |
| 43 | + -webkit-transition: opacity 0.1s ease, background 0.1s ease, color 0.1s ease, background 0.1s ease; |
| 44 | + transition: opacity 0.1s ease, background 0.1s ease, color 0.1s ease, background 0.1s ease; |
45 | 45 | will-change: ''; |
46 | 46 | -webkit-tap-highlight-color: transparent; |
47 | 47 | } |
|
608 | 608 |
|
609 | 609 | .ui.button > .icon:not(.button) { |
610 | 610 | height: 13px; |
611 | | - opacity: 0.8; |
| 611 | + opacity: 1; |
612 | 612 | margin: 0em 0.30769231em 0em -0.15384615em; |
613 | 613 | -webkit-transition: opacity 0.1s ease; |
614 | 614 | transition: opacity 0.1s ease; |
|
0 commit comments