|
1 | 1 | /*! |
2 | | - * # Semantic UI x.x - Accordion |
| 2 | + * # Semantic UI 2.1.8 - Accordion |
3 | 3 | * http://github.com/semantic-org/semantic-ui/ |
4 | 4 | * |
5 | 5 | * |
|
64 | 64 | margin: 0em 0.25rem 0em 0rem; |
65 | 65 | padding: 0em; |
66 | 66 | font-size: 1em; |
67 | | - -webkit-transition: -webkit-transform 0.1s ease, opacity 0.1s ease; |
68 | | - transition: transform 0.1s ease, opacity 0.1s ease; |
| 67 | + -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease; |
| 68 | + transition: opacity 0.1s ease, -webkit-transform 0.1s ease; |
| 69 | + transition: transform 0.1s ease, opacity 0.1s ease; |
| 70 | + transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease; |
69 | 71 | vertical-align: baseline; |
70 | 72 | -webkit-transform: none; |
71 | | - -ms-transform: none; |
72 | 73 | transform: none; |
73 | 74 | } |
74 | 75 |
|
|
86 | 87 | float: right; |
87 | 88 | margin: 0.21425em 0em 0em 1em; |
88 | 89 | -webkit-transform: rotate(180deg); |
89 | | - -ms-transform: rotate(180deg); |
90 | 90 | transform: rotate(180deg); |
91 | 91 | } |
92 | 92 |
|
|
104 | 104 | .ui.accordion .active.title .dropdown.icon, |
105 | 105 | .ui.accordion .accordion .active.title .dropdown.icon { |
106 | 106 | -webkit-transform: rotate(90deg); |
107 | | - -ms-transform: rotate(90deg); |
108 | 107 | transform: rotate(90deg); |
109 | 108 | } |
110 | 109 | .ui.accordion.menu .item .active.title > .dropdown.icon { |
111 | 110 | -webkit-transform: rotate(90deg); |
112 | | - -ms-transform: rotate(90deg); |
113 | 111 | transform: rotate(90deg); |
114 | 112 | } |
115 | 113 |
|
|
129 | 127 | .ui.styled.accordion, |
130 | 128 | .ui.styled.accordion .accordion { |
131 | 129 | border-radius: 0.28571429rem; |
132 | | - background: #ffffff; |
| 130 | + background: #FFFFFF; |
133 | 131 | box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15); |
134 | 132 | } |
135 | 133 | .ui.styled.accordion .title, |
|
140 | 138 | font-weight: bold; |
141 | 139 | border-top: 1px solid rgba(34, 36, 38, 0.15); |
142 | 140 | -webkit-transition: background 0.1s ease, color 0.1s ease; |
143 | | - transition: background 0.1s ease, color 0.1s ease; |
| 141 | + transition: background 0.1s ease, color 0.1s ease; |
144 | 142 | } |
145 | 143 | .ui.styled.accordion > .title:first-child, |
146 | 144 | .ui.styled.accordion .accordion .title:first-child { |
|
247 | 245 | .ui.accordion .accordion .title .dropdown.icon:before { |
248 | 246 | content: '\f0da' /*rtl:'\f0d9'*/; |
249 | 247 | } |
| 248 | + |
| 249 | + |
| 250 | +/******************************* |
| 251 | + User Overrides |
| 252 | +*******************************/ |
| 253 | + |
0 commit comments